On Sun, 19 Jan 2003 21:47:30 +0000
Mark Murray <mark@...> wrote:
> > > Well, I would like to renew the suggestion that routed be properly
> > > brought to network.
> >
> > I agree with this, but I wasn't sure if there was a consensus. I'll
> > post a patch.
>
> While you are in there; PPP gets started before ISDN. This is a problem
> if you use PPP over ISDN like I do. Is there an easy way to fix this?
>
> I'll test if you like.
Patch attached.
Cheers.
--
Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
mtm@... | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9
Index: etc/rc.d/NETWORKING
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/NETWORKING,v
retrieving revision 1.2
diff -u -r1.2 NETWORKING
--- etc/rc.d/NETWORKING 12 Oct 2002 13:49:21 -0000 1.2
+++ etc/rc.d/NETWORKING 19 Jan 2003 22:25:15 -0000
@@ -5,7 +5,7 @@
#
# PROVIDE: NETWORKING NETWORK
-# REQUIRE: network dhclient altqd network1 network2 network_ipv6 ppp-user
+# REQUIRE: network dhclient altqd network1 network2 network_ipv6 isdnd ppp-user
# KEYWORD: FreeBSD NetBSD
# This is a dummy dependency, for services which require networking
Index: etc/rc.d/isdnd
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/isdnd,v
retrieving revision 1.12
diff -u -r1.12 isdnd
--- etc/rc.d/isdnd 12 Oct 2002 10:31:31 -0000 1.12
+++ etc/rc.d/isdnd 19 Jan 2003 22:24:39 -0000
@@ -7,8 +7,7 @@
#
# PROVIDE: isdnd
-# REQUIRE: NETWORKING syslogd mountcritremote
-# BEFORE: SERVERS
+# REQUIRE: network1 mountcritlocal
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr
Index: etc/rc.d/ppp-user
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/ppp-user,v
retrieving revision 1.2
diff -u -r1.2 ppp-user
--- etc/rc.d/ppp-user 12 Oct 2002 10:31:31 -0000 1.2
+++ etc/rc.d/ppp-user 19 Jan 2003 22:23:06 -0000
@@ -4,7 +4,7 @@
#
# PROVIDE: ppp-user
-# REQUIRE: network1
+# REQUIRE: network1 isdnd
# KEYWORD: FreeBSD
. /etc/rc.subr