- Update rc script to conform latest localpkg changes
PR: ports/69698 Submitted by: Cyril Guibourg <aragorn+ports@teaser.fr> (maintainer)
This commit is contained in:
parent
7d11a5f06c
commit
a0662a341d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115026
@ -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
|
||||
|
@ -8,18 +8,18 @@
|
||||
|
||||
# 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-greylist.sock"}
|
||||
miltergreylist_cfgfile=${miltergreylist_cfgfile-"%%PREFIX%%/etc/mail/greylist.conf"}
|
||||
miltergreylist_flags=${miltergreylist_flags-"-P $miltergreylist_pidfile \
|
||||
-f $miltergreylist_cfgfile -p $miltergreylist_sockfile -u $miltergreylist_runas"}
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -8,18 +8,18 @@
|
||||
|
||||
# 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-greylist.sock"}
|
||||
miltergreylist_cfgfile=${miltergreylist_cfgfile-"%%PREFIX%%/etc/mail/greylist.conf"}
|
||||
miltergreylist_flags=${miltergreylist_flags-"-P $miltergreylist_pidfile \
|
||||
-f $miltergreylist_cfgfile -p $miltergreylist_sockfile -u $miltergreylist_runas"}
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user