Fix rc Script

PR:		209448
Submitted by:	Miroslav Lachman
This commit is contained in:
Tilman Keskinoz 2016-05-11 14:36:55 +00:00
parent 5d951a02b7
commit a056b30f92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414998
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= sqlgrey
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29

View File

@ -28,7 +28,7 @@ start_precmd=${name}_prestart
stop_postcmd="rm -f ${pidfile}"
sqlgrey_enable=${sqlgrey_enable-"NO"}
required_files=${sqlgrey_config-"%%PREFIX%%/%%ETCDIR%%/sqlgrey.conf"}
required_files=${sqlgrey_config-"%%ETCDIR%%/sqlgrey.conf"}
pidfile=${sqlgrey_pidfile-"/var/run/sqlgrey.pid"}
command_args="--configfile=${required_files} --pidfile=${pidfile} --daemonize"