Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2017 17:56:01 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453077 - in head/sysutils/pfstat: . files
Message-ID:  <201710281756.v9SHu1GF083272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710281756.v9SHu1GF083272>