1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

o Add to remove pid file as stop_postcmd.

o Bump PORTREVISION accordingly.

Approved by:	sumikawa (maintainer)
This commit is contained in:
Norikatsu Shigemura 2004-05-13 02:59:45 +00:00
parent ceaf437e34
commit 4537fee41a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109043
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= wwwoffle
PORTVERSION= 2.8b
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www ipv6
MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/
EXTRACT_SUFX= .tgz

View File

@ -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"