[csw-devel] SF.net SVN: gar:[14451] csw/mgar/pkg/bacula/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Apr 28 22:31:40 CEST 2011
Revision: 14451
http://gar.svn.sourceforge.net/gar/?rev=14451&view=rev
Author: bdwalton
Date: 2011-04-28 20:31:40 +0000 (Thu, 28 Apr 2011)
Log Message:
-----------
bacula/trunk: set perms on sbin and libexec files to be 0755 instead of 0750 (following debians lead here)
Modified Paths:
--------------
csw/mgar/pkg/bacula/trunk/Makefile
Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile 2011-04-28 20:10:30 UTC (rev 14450)
+++ csw/mgar/pkg/bacula/trunk/Makefile 2011-04-28 20:31:40 UTC (rev 14451)
@@ -248,7 +248,7 @@
POSTMSG += /opt/csw/share/doc/bacula_sd/README.postmsg
POSTMSG += /opt/csw/share/doc/bacula_fd/README.postmsg
-PROTOTYPE_MODIFIERS = usergroupfiles confgroup
+PROTOTYPE_MODIFIERS = usergroupfiles confgroup generalperms
PROTOTYPE_FILES_usergroupfiles = /var/opt/csw/bacula.*
PROTOTYPE_CLASS_usergroupfiles = ugfiles
PROTOTYPE_USER_usergroupfiles = bacula
@@ -257,6 +257,8 @@
PROTOTYPE_FILES_confgroup = /etc/opt/csw/bacula/.*
PROTOTYPE_CLASS_confgroup = ugfiles
PROTOTYPE_GROUP_confgroup = bacula
+PROTOTYPE_FILES_generalperms = /opt/csw/sbin/.* /opt/csw/libexec/bacula/.*
+PROTOTYPE_PERMS_generalperms = 0755
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list