bin/64106: rc.d: incorrect depencency between ipfilter and ipmon

Jimmy Olgeni g.olgeni at colby.it
Wed Mar 17 13:20:07 PST 2004


The following reply was made to PR bin/64106; it has been noted by GNATS.

From: Jimmy Olgeni <g.olgeni at colby.it>
To: freebsd-gnats-submit at FreeBSD.org, g.olgeni at colby.it
Cc:  
Subject: Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon
Date: Wed, 17 Mar 2004 22:19:41 +0100

 This should sort them out.
 
 Index: ipfilter
 ===================================================================
 RCS file: /home/ncvs/src/etc/rc.d/ipfilter,v
 retrieving revision 1.19
 diff -u -r1.19 ipfilter
 --- ipfilter	8 Mar 2004 12:25:05 -0000	1.19
 +++ ipfilter	17 Mar 2004 21:11:12 -0000
 @@ -5,7 +5,7 @@
   #
 
   # PROVIDE: ipfilter
 -# REQUIRE: root mountcritlocal ipmon
 +# REQUIRE: root mountcritlocal
   # BEFORE:  netif
   # KEYWORD: FreeBSD nojail
 
 Index: ipmon
 ===================================================================
 RCS file: /home/ncvs/src/etc/rc.d/ipmon,v
 retrieving revision 1.9
 diff -u -r1.9 ipmon
 --- ipmon	8 Mar 2004 12:25:05 -0000	1.9
 +++ ipmon	17 Mar 2004 21:11:12 -0000
 @@ -5,7 +5,7 @@
   #
 
   # PROVIDE: ipmon
 -# REQUIRE: mountcritlocal hostname sysctl cleanvar
 +# REQUIRE: mountcritlocal hostname sysctl cleanvar ipfilter
   # BEFORE:  SERVERS
   # KEYWORD: FreeBSD nojail


More information about the freebsd-bugs mailing list