diff options
-rw-r--r-- | sysutils/pfstat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pfstat/files/pfstatd.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 7d4e84de7009..775e2185b813 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstat PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ diff --git a/sysutils/pfstat/files/pfstatd.in b/sysutils/pfstat/files/pfstatd.in index 46ec60534ab2..32a53878cbb3 100644 --- a/sysutils/pfstat/files/pfstatd.in +++ b/sysutils/pfstat/files/pfstatd.in @@ -19,4 +19,7 @@ rcvar=pfstatd_enable command="%%PREFIX%%/bin/${name}" load_rc_config ${name} + +: ${pfstatd_enable:="NO"} + run_rc_command "$1" |