1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

I made a slightly incorrect suggestion about the pidfile optimization,

so quickly fix it before anyone notices. :-/
This commit is contained in:
Doug Barton 2011-08-24 21:17:24 +00:00
parent 56f7b60ad3
commit 7a97468844
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280361

View File

@ -21,7 +21,7 @@ load_rc_config $name
: ${hiawatha_enable="NO"}
command="%%PREFIX%%/sbin/${name}"
pidfile=${hiawatha_pidfile="/var/run/hiawatha.pid"}
pidfile=${hiawatha_pidfile:-"/var/run/hiawatha.pid"}
stop_postcmd="${name}_stop_postcmd"