Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/milter-greylist/Makefile,v --- Makefile 29 Jun 2004 17:48:33 -0000 1.6 +++ Makefile 28 Jul 2004 10:21:07 -0000 @@ -7,6 +7,7 @@ PORTNAME= milter-greylist PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz Index: files/milter-greylist.sh =================================================================== RCS file: /home/ncvs/ports/mail/milter-greylist/files/milter-greylist.sh,v --- files/milter-greylist.sh 27 May 2004 21:12:08 -0000 1.1 +++ files/milter-greylist.sh 28 Jul 2004 10:21:08 -0000 @@ -8,18 +8,20 @@ # Define these miltergreylist_* variables in one of these files: # /etc/rc.conf -# /etc/rc.conf.miltergreylist +# /etc/rc.conf.local # /etc/rc.conf.d/miltergreylist # # DO NOT CHANGE THESE DEFAULT VALUES HERE # -miltergreylist_enable="NO" -miltergreylist_runas="smmsp" -miltergreylist_pidfile="/var/run/milter-greylist.pid" -miltergreylist_sockfile="/var/milter-greylist/milter-greylist.sock" -miltergreylist_cfgfile="%%PREFIX%%/etc/mail/greylist.conf" -miltergreylist_flags="-P $miltergreylist_pidfile -f $miltergreylist_cfgfile - -p $miltergreylist_sockfile -u $miltergreylist_runas" +miltergreylist_enable=${miltergreylist_enable-"NO"} +miltergreylist_runas=${miltergreylist_runas-"smmsp"} +miltergreylist_pidfile=${miltergreylist_pidfile-"/var/run/milter-greylist.pid"} +miltergreylist_sockfile=${miltergreylist_sockfile-"/var/milter-greylist/milter-g +reylist.sock"} +miltergreylist_cfgfile=${miltergreylist_cfgfile-"%%PREFIX%%/etc/mail/greylist.co +nf"} +miltergreylist_flags=${miltergreylist_flags-"-P $miltergreylist_pidfile -f $milt +ergreylist_cfgfile -p $miltergreylist_sockfile -u $miltergreylist_runas"} . %%RC_SUBR%%