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:
parent
4201b40e31
commit
f46b668693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458827
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= logsurfer
|
||||
PORTVERSION= 1.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \
|
||||
ZI
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user