Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 13:20:07 -0800 (PST)
From:      Jimmy Olgeni <g.olgeni@colby.it>
To:        freebsd-bugs@FreeBSD.org
Subject:    Re: bin/64106: rc.d: incorrect depencency between ipfilter and ipmon
Message-ID:  <200403172120.i2HLK7tc065877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/64106; it has been noted by GNATS.

From: Jimmy Olgeni <g.olgeni@colby.it>
To: freebsd-gnats-submit@FreeBSD.org, g.olgeni@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



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