[csw-devel] SF.net SVN: gar:[14463] csw/mgar/gar/v2/gar.pkg.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 29 16:28:48 CEST 2011
Revision: 14463
http://gar.svn.sourceforge.net/gar/?rev=14463&view=rev
Author: bdwalton
Date: 2011-04-29 14:28:48 +0000 (Fri, 29 Apr 2011)
Log Message:
-----------
gar/v2: change the priority of cswusergroup and ugfiles so we can deliver preserveconf, etc classed files with non-standard user/group settings
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2011-04-29 14:28:35 UTC (rev 14462)
+++ csw/mgar/gar/v2/gar.pkg.mk 2011-04-29 14:28:48 UTC (rev 14463)
@@ -259,9 +259,15 @@
# you need to ensure any binaries and config files are already on disk
# and able to be consumed by a service that might be started.
-_CSWCLASSES = cswmigrateconf cswcpsampleconf cswpreserveconf cswcptemplates
+# NOTE: cswusergroup and ugfiles were moved to have higher priority
+# than the conf handling classes. this allows one to manually set the
+# user/group on conf files with prototype modifiers while still
+# leveraging the conf handler classes. this is a priority issue as
+# per the above note.
+
+_CSWCLASSES = cswusergroup ugfiles
+_CSWCLASSES += cswmigrateconf cswcpsampleconf cswpreserveconf cswcptemplates
_CSWCLASSES += cswetcservices
-_CSWCLASSES += cswusergroup ugfiles
_CSWCLASSES += cswcrontab
_CSWCLASSES += cswpycompile
_CSWCLASSES += cswinetd
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