[csw-devel] SF.net SVN: gar:[11573] csw/mgar/pkg/unbound/trunk/Makefile

Peter Bonivart bonivart at opencsw.org
Thu Nov 11 17:37:26 CET 2010


On Thu, Nov 11, 2010 at 5:28 PM,  <idogan23 at users.sourceforge.net> wrote:
>  PROTOTYPE_FILTER = awk '$$3 ~ /\/init.d\/cswunbound$$/ { $$2 = "cswinitsmf" } $$3 ~ /\/CSWunbound\/cswusergroup$$$/ { $$2 = "cswusergroup" } $$3 ~ /\/unbound\/unbound.conf.CSW$$/ { $$2 = "cswcpsampleconf" } { print }'

That filter can be replaced by:

INITSMF = /etc/opt/csw/init.d/cswunbound
USERGROUP = /etc/opt/csw/CSWunbound/cswusergroup
SAMPLECONF = /etc/opt/csw/unbound/unbound.conf

/peter


More information about the devel mailing list