From owner-svn-ports-head@freebsd.org Sat Oct 28 17:56:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB69AE497A6; Sat, 28 Oct 2017 17:56:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9041774A7; Sat, 28 Oct 2017 17:56:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9SHu1Pc083274; Sat, 28 Oct 2017 17:56:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9SHu1GF083272; Sat, 28 Oct 2017 17:56:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710281756.v9SHu1GF083272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 28 Oct 2017 17:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453077 - in head/sysutils/pfstat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/sysutils/pfstat: . files X-SVN-Commit-Revision: 453077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2017 17:56:03 -0000 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"