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

Garrett Cooper ngie at FreeBSD.org
Sun Nov 30 12:34:49 UTC 2014


Author: ngie
Date: Sun Nov 30 12:34:48 2014
New Revision: 275324
URL: https://svnweb.freebsd.org/changeset/base/275324

Log:
  Remove duplicate FILESYSTEMS REQUIRE from etc/rc.d/ipmon and etc/rc.d/pflog

Modified:
  head/etc/rc.d/ipmon
  head/etc/rc.d/pflog
Directory Properties:
  head/   (props changed)
  head/etc/   (props changed)

Modified: head/etc/rc.d/ipmon
==============================================================================
--- head/etc/rc.d/ipmon	Sun Nov 30 12:32:16 2014	(r275323)
+++ head/etc/rc.d/ipmon	Sun Nov 30 12:34:48 2014	(r275324)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: ipmon
-# REQUIRE: FILESYSTEMS hostname sysctl FILESYSTEMS ipfilter
+# REQUIRE: FILESYSTEMS hostname sysctl ipfilter
 # BEFORE:  SERVERS
 # KEYWORD: nojail
 

Modified: head/etc/rc.d/pflog
==============================================================================
--- head/etc/rc.d/pflog	Sun Nov 30 12:32:16 2014	(r275323)
+++ head/etc/rc.d/pflog	Sun Nov 30 12:34:48 2014	(r275324)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: pflog
-# REQUIRE: FILESYSTEMS netif FILESYSTEMS
+# REQUIRE: FILESYSTEMS netif
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-head mailing list