[csw-devel] SF.net SVN: gar:[19455] csw/mgar/gar/v2/gar.pkg.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Oct 16 10:35:14 CEST 2012
Revision: 19455
http://gar.svn.sourceforge.net/gar/?rev=19455&view=rev
Author: bdwalton
Date: 2012-10-16 08:35:14 +0000 (Tue, 16 Oct 2012)
Log Message:
-----------
mgar/v2: add support for new cswsslcert CAS
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2012-10-16 06:34:25 UTC (rev 19454)
+++ csw/mgar/gar/v2/gar.pkg.mk 2012-10-16 08:35:14 UTC (rev 19455)
@@ -254,6 +254,7 @@
$(if $(PYCOMPILE),$(foreach FILE,$(_PYCOMPILE_FILES),$$F[1] = "cswpycompile" if( $$F[2] =~ m(^$(FILE)$$) );))\
$(foreach FILE,$(TEXINFO),$$F[1] = "cswtexinfo" if( $$F[2] =~ m(^$(FILE)$$) );)\
$(foreach FILE,$(TEXHASH),$$F[1] = "cswtexhash" if( $$F[2] =~ m(^$(FILE)$$) );)\
+ $(foreach FILE,$(SSLCERT),$$F[1] = "cswsslcert" if( $$F[2] =~ m(^$(FILE)$$) );)\
$(if $(AP2_MODS), at F = ("e", "build", $$F[2], "?", "?", "?") if ($$F[2] =~ m(^/opt/csw/apache2/ap2mod/.*));) \
$(if $(PHP5_EXT), at F = ("e", "build", $$F[2], "?", "?", "?") if ($$F[2] =~ m(^/opt/csw/php5/extensions/.*));) \
$$F[1] = "cswcptemplates" if( $$F[2] =~ m(^/opt/csw/etc/templates/.+$$) and $$F[0] eq "f" ); \
@@ -275,12 +276,16 @@
# per the above note. (See bacula for an example of where this is
# required.)
+# NOTE: ensure sslcert must run before initsmf/inetd. certs should be
+# in place before services are started.
+
_CSWCLASSES = cswusergroup ugfiles
_CSWCLASSES += cswmigrateconf cswcpsampleconf cswpreserveconf cswcptemplates
_CSWCLASSES += cswetcservices
_CSWCLASSES += cswetcshells
_CSWCLASSES += cswcrontab
_CSWCLASSES += cswpycompile
+_CSWCLASSES += cswsslcert
_CSWCLASSES += cswinetd
_CSWCLASSES += cswinitsmf
_CSWCLASSES += cswtexinfo
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