mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/pfstat: initialize pfstatd_enable in rc script.
This commit is contained in:
parent
7455deb29c
commit
ffb0c5fea3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453077
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pfstat
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils net
|
||||
MASTER_SITES= http://www.benzedrine.cx/
|
||||
|
||||
|
|
|
@ -19,4 +19,7 @@ rcvar=pfstatd_enable
|
|||
command="%%PREFIX%%/bin/${name}"
|
||||
|
||||
load_rc_config ${name}
|
||||
|
||||
: ${pfstatd_enable:="NO"}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue