diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-13 02:59:45 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-13 02:59:45 +0000 |
commit | 4537fee41a34e58911c0f017668cc1cc36908c7e (patch) | |
tree | f4f976c01f1b02c7bd9b35d9f6bd2ea5a386429d /www/wwwoffle/files | |
parent | ceaf437e34d3a354139269e805e2479babb6b7ba (diff) | |
download | ports-4537fee41a34e58911c0f017668cc1cc36908c7e.tar.gz ports-4537fee41a34e58911c0f017668cc1cc36908c7e.zip |
Notes
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r-- | www/wwwoffle/files/wwwoffled.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wwwoffle/files/wwwoffled.sh b/www/wwwoffle/files/wwwoffled.sh index 7fb48f567080..83e5061d06f1 100644 --- a/www/wwwoffle/files/wwwoffled.sh +++ b/www/wwwoffle/files/wwwoffled.sh @@ -29,5 +29,6 @@ load_rc_config $name pidfile="${wwwoffled_pidfile}" command_args="-p > ${pidfile} 2> /dev/null" required_files="${wwwoffled_conffile}" +stop_postcmd="/bin/rm -f ${pidfile}" run_rc_command "$1" |