svn commit: r453077 - in head/sysutils/pfstat: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Oct 28 17:56:03 UTC 2017
Author: olgeni
Date: Sat Oct 28 17:56:01 2017
New Revision: 453077
URL: https://svnweb.freebsd.org/changeset/ports/453077
Log:
sysutils/pfstat: initialize pfstatd_enable in rc script.
Modified:
head/sysutils/pfstat/Makefile
head/sysutils/pfstat/files/pfstatd.in
Modified: head/sysutils/pfstat/Makefile
==============================================================================
--- head/sysutils/pfstat/Makefile Sat Oct 28 17:41:34 2017 (r453076)
+++ head/sysutils/pfstat/Makefile Sat Oct 28 17:56:01 2017 (r453077)
@@ -3,7 +3,7 @@
PORTNAME= pfstat
PORTVERSION= 2.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils net
MASTER_SITES= http://www.benzedrine.cx/
Modified: head/sysutils/pfstat/files/pfstatd.in
==============================================================================
--- head/sysutils/pfstat/files/pfstatd.in Sat Oct 28 17:41:34 2017 (r453076)
+++ head/sysutils/pfstat/files/pfstatd.in Sat Oct 28 17:56:01 2017 (r453077)
@@ -19,4 +19,7 @@ rcvar=pfstatd_enable
command="%%PREFIX%%/bin/${name}"
load_rc_config ${name}
+
+: ${pfstatd_enable:="NO"}
+
run_rc_command "$1"
More information about the svn-ports-head
mailing list