[csw-devel] SF.net SVN: gar:[5771] csw/mgar/pkg/sendmail/trunk/Makefile
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Fri Jul 31 14:45:24 CEST 2009
Revision: 5771
http://gar.svn.sourceforge.net/gar/?rev=5771&view=rev
Author: bensons
Date: 2009-07-31 12:45:24 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
sendmail: adjusted regexp in PROTOTYPE_FILTER
Modified Paths:
--------------
csw/mgar/pkg/sendmail/trunk/Makefile
Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 12:44:11 UTC (rev 5770)
+++ csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 12:45:24 UTC (rev 5771)
@@ -23,7 +23,7 @@
# we require
SPKG_CLASSES = none cswinitsmf
REQUIRED_PKGS = CSWbdb CSWoldaprt CSWosslrt CSWsasl CSWtcpwrap
-PROTOTYPE_FILTER = awk '$$$$3 ~/\/init.d\/cswsquid$$$$/ { $$$$2 = "cswinitsmf" } || $$$$3 ~/sol8\./ { $$$$2 = "sol8" } || $$$$3 ~/sol9\./ { $$$$2 = "sol9" } || $$$$3 ~/sol10\./ { $$$$2 = "sol10" } { print }'
+PROTOTYPE_FILTER = awk '$$$$3 ~/\/init.d\/cswsendmail$$$$/ { $$$$2 = "cswinitsmf" } || $$$$3 ~/sol8\./ { $$$$2 = "sol8" } || $$$$3 ~/sol9\./ { $$$$2 = "sol9" } || $$$$3 ~/sol10\./ { $$$$2 = "sol10" } { print }'
# patch away GNUism
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