diff options
author | w.otsuka <w.otsuka> | 2006-12-08 18:46:42 +0000 |
---|---|---|
committer | w.otsuka <w.otsuka> | 2006-12-08 18:46:42 +0000 |
commit | 3794bc5dcfbaf526d98dc2c82a71491a66b8b31f (patch) | |
tree | 2cb12f18c095f10effebe56c825c7f6fec9a2b27 /Makefile.Release | |
parent | 52e1507fae75fb13e7170db4d967fd8d8e52cacc (diff) | |
download | tog-pegasus-3794bc5dcfbaf526d98dc2c82a71491a66b8b31f.zip tog-pegasus-3794bc5dcfbaf526d98dc2c82a71491a66b8b31f.tar.gz tog-pegasus-3794bc5dcfbaf526d98dc2c82a71491a66b8b31f.tar.xz |
BUG#: 5612
TITLE: /etc/Pegasus needs to be readable
DESCRIPTION: Set read permission for other on /etc/Pegasus.
Diffstat (limited to 'Makefile.Release')
-rw-r--r-- | Makefile.Release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.Release b/Makefile.Release index f7f199e..f46c2f5 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -1241,7 +1241,7 @@ _append_filesSectionToSpecFile: FORCE @$(ECHO-E) "%dir $(PEGASUS_PROVIDER_LIB_DIR_2) " \ >> $(PEGASUS_RPM_SPEC_FILE_PATH) @$(ECHO-E) "" >> $(PEGASUS_RPM_SPEC_FILE_PATH) - @$(ECHO-E) "%dir %attr($(Prwxr_x___), $(CIMSERVER_USR)," \ + @$(ECHO-E) "%dir %attr($(Prwxr_xr_x), $(CIMSERVER_USR)," \ "$(CIMSERVER_GRP)) $(PEGASUS_CONFIG_DIR)" \ >> $(PEGASUS_RPM_SPEC_FILE_PATH) @$(ECHO-E) "%dir %attr(1555,$(CIMSERVER_USR),$(CIMSERVER_GRP))" \ |