mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
www/tinyproxy: Remove pid file using service script
- Bump PORTREVISION for package change PR: 253323
This commit is contained in:
parent
8e1b5ca101
commit
f4fd84d27e
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= tinyproxy
|
||||
PORTVERSION= 1.11.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
name="tinyproxy"
|
||||
rcvar=tinyproxy_enable
|
||||
|
||||
stop_postcmd="rm -f \${pidfile}"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
# Make sure the pidfile matches what's in the config file.
|
||||
|
|
Loading…
Add table
Reference in a new issue