mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= tinyproxy
|
||||||
PORTVERSION= 1.11.2
|
PORTVERSION= 1.11.2
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/
|
MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
name="tinyproxy"
|
name="tinyproxy"
|
||||||
rcvar=tinyproxy_enable
|
rcvar=tinyproxy_enable
|
||||||
|
|
||||||
|
stop_postcmd="rm -f \${pidfile}"
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
|
||||||
# Make sure the pidfile matches what's in the config file.
|
# Make sure the pidfile matches what's in the config file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue