Revision: 6087
          http://gar.svn.sourceforge.net/gar/?rev=6087&view=rev
Author:   skayser
Date:     2009-08-23 15:03:00 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
gar/v2: fix to include cswclassutils handling when only USERGROUP would have 
been set

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk  2009-08-23 13:46:56 UTC (rev 6086)
+++ csw/mgar/gar/v2/gar.pkg.mk  2009-08-23 15:03:00 UTC (rev 6087)
@@ -157,7 +157,7 @@
 SPKG_CLASSES := $(SPKG_CLASSES) $(if $(INITSMF),$(if $(filter 
cswinitsmf,$(SPKG_CLASSES)),,cswinitsmf))
 SPKG_CLASSES := $(SPKG_CLASSES) $(if $(USERGROUP),$(if $(filter 
cswusergroup,$(SPKG_CLASSES)),,cswusergroup))
 # - set class for all config files
-ifneq ($(SAMPLECONF)$(PRESERVECONF)$(INITSMF),)
+ifneq ($(SAMPLECONF)$(PRESERVECONF)$(INITSMF)$(USERGROUP),)
 _CSWCLASS_FILTER = | perl -ane '\
                $(foreach FILE,$(SAMPLECONF),$$F[1] = "cswsampleconf" if ( 
$$F[2] =~ m(^$(FILE)$$) );)\
                $(foreach FILE,$(PRESERVECONF),$$F[1] = "cswpreserveconf" if( 
$$F[2] =~ m(^$(FILE)$$) );)\


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to