1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add missing quotes to rc script

PR:		193921
Submitted by:	saper@saper.info
This commit is contained in:
Ryan Steinmetz 2018-01-12 14:02:49 +00:00
parent 4201b40e31
commit f46b668693
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458827
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= logsurfer
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \
ZI

View File

@ -40,6 +40,6 @@ load_rc_config ${name}
pidfile=${logsurfer_pidfile:="/var/run/logsurfer.pid"}
command=%%PREFIX%%/bin/logsurfer
command_args="-D -p ${pidfile} -c ${logsurfer_config} -F -s -e ${logsurfer_logfile}"
required_files=${logsurfer_config} ${logsurfer_logfile}
required_files="${logsurfer_config} ${logsurfer_logfile}"
run_rc_command "$1"