Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 07:40:13 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222007 - head/etc/rc.d
Message-ID:  <201105170740.p4H7eD4A018410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Tue May 17 07:40:13 2011
New Revision: 222007
URL: http://svn.freebsd.org/changeset/base/222007

Log:
  Remove redundant keywords.
  
  Submitted by:	wxs

Modified:
  head/etc/rc.d/ipfilter
  head/etc/rc.d/pf

Modified: head/etc/rc.d/ipfilter
==============================================================================
--- head/etc/rc.d/ipfilter	Tue May 17 07:16:35 2011	(r222006)
+++ head/etc/rc.d/ipfilter	Tue May 17 07:40:13 2011	(r222007)
@@ -23,7 +23,7 @@ resync_precmd="$stop_precmd"
 resync_cmd="ipfilter_resync"
 status_precmd="$stop_precmd"
 status_cmd="ipfilter_status"
-extra_commands="reload resync status"
+extra_commands="reload resync"
 required_modules="ipl:ipfilter"
 
 ipfilter_start()

Modified: head/etc/rc.d/pf
==============================================================================
--- head/etc/rc.d/pf	Tue May 17 07:16:35 2011	(r222006)
+++ head/etc/rc.d/pf	Tue May 17 07:40:13 2011	(r222007)
@@ -19,7 +19,7 @@ check_cmd="pf_check"
 reload_cmd="pf_reload"
 resync_cmd="pf_resync"
 status_cmd="pf_status"
-extra_commands="check reload resync status"
+extra_commands="check reload resync"
 required_files="$pf_rules"
 required_modules="pf"
 



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