Search the web
Sign In
New User? Sign Up
FreeBSD-rc · Improving FreeBSD startup scripts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
network script rewrite   Message List  
Reply | Forward Message #51 of 729 |
Re: [FreeBSD-rc] network script rewrite

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


Sun Jan 19, 2003 10:32 pm

mike_makonnen
Offline Offline
Send Email Send Email

Attachment
attachment
Type:
application/pgp-signature
Forward
Message #51 of 729 |
Expand Messages Author Sort by Date

Hi guys, I'd like to commit the following patch, which is phase 1 of the network script rewrite. It creates a new file /etc/rc_network.subr that contains some...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
7:17 am

Well, I would like to renew the suggestion that routed be properly brought to network. ... -- Daniel C. Sobral (8-DCS) dcs@... dcs@... ...
Daniel C. Sobral
dcsobral2000
Offline Send Email
Jan 19, 2003
2:32 pm

On Sun, 19 Jan 2003 12:32:52 -0200 ... I agree with this, but I wasn't sure if there was a consensus. I'll post a patch. Cheers....
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
9:41 pm

... 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...
Mark Murray
mark@...
Send Email
Jan 19, 2003
9:50 pm

On Sun, 19 Jan 2003 21:47:30 +0000 ... Patch attached. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@... | Fingerprint:...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
10:32 pm

Mark, This should have fixed it for you. I'd like to commit it. On Sun, 19 Jan 2003 17:32:29 -0500 ... -- Mike Makonnen | GPG-KEY:...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
5:26 am

Go for it! M ... 8B9 ... -- Mark Murray iumop ap!sdn w,I idlaH...
Mark Murray
mark@...
Send Email
Jan 25, 2003
9:35 am

Can I assume there's no objections to this, either? On Sun, 19 Jan 2003 02:17:24 -0500 ... -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc ...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
5:25 am

Who else has tested thios? M ... ipt ... ric ... ts ... t ... SE ... AL ... CT ... Y ... z amd \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ...
Mark Murray
mark@...
Send Email
Jan 25, 2003
9:35 am

On Sat, 25 Jan 2003 09:34:06 +0000 ... dunno. So far I've had two replies, one of them saying it looks good and he'll try to review it in a couple of days, but...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
7:46 pm

... l ... The existence of a patch is not a reason to commit it. Folks aren't clamouring for it(?), so let it mature in your tree for a while. This can't hurt,...
Mark Murray
mark@...
Send Email
Jan 25, 2003
8:15 pm

... I'm a little confused as to why we need a seperate rc.subr just for network stuff. Can you explain more about your motivation for splitting it out? Doug...
Doug Barton
domain_name_...
Offline Send Email
Jan 25, 2003
9:45 am

On Sat, 25 Jan 2003 01:45:10 -0800 (PST) ... Well, at first I was going to put it in rc.subr, but as it grew bigger it didn't make sense to me to keep them...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
7:40 pm

... I'm not fussy, so long as code shared across multiple scripts is rationalized and put in one place. ... That's the rush? Seriously. I'd like to know how...
Sheldon Hearn
sheldonh@...
Send Email
Jan 27, 2003
8:02 am

On Mon, 27 Jan 2003 10:02:41 +0200 ... I think I did a better job of explaining it in my email earlier today :) As for the rush, at the time I was worried we...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 27, 2003
8:28 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help