svn commit: r222007 - head/etc/rc.d

Hiroki Sato hrs at FreeBSD.org
Tue May 17 07:40:14 UTC 2011


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"
 


More information about the svn-src-all mailing list