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:
parent
ceaf437e34
commit
4537fee41a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109043
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user