diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-25 05:17:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-25 05:17:24 +0800 |
commit | 8cac5251feb390132f45909b210512fa351c938e (patch) | |
tree | 478d0e8cac5180758476b913198baaba3d6cbfab /www/hiawatha | |
parent | 6e7245f024fefdcbd022e134404367d24d30a17f (diff) | |
download | freebsd-ports-gnome-8cac5251feb390132f45909b210512fa351c938e.tar.gz freebsd-ports-gnome-8cac5251feb390132f45909b210512fa351c938e.tar.zst freebsd-ports-gnome-8cac5251feb390132f45909b210512fa351c938e.zip |
I made a slightly incorrect suggestion about the pidfile optimization,
so quickly fix it before anyone notices. :-/
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/files/hiawatha.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hiawatha/files/hiawatha.in b/www/hiawatha/files/hiawatha.in index faf4aebbe2a0..f489195f1a6f 100644 --- a/www/hiawatha/files/hiawatha.in +++ b/www/hiawatha/files/hiawatha.in @@ -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" |