Subject: re: CVS commit: basesrc
To: None <lukem@cs.rmit.edu.au>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 05/15/2000 15:18:17
   matthew green writes:
   >    
   >    >Module Name:	basesrc
   >    >Committed By:	itojun
   >    >Date:		Wed May  3 07:04:23 UTC 2000
   >    >
   >    >Modified Files:
   >    >	basesrc/etc: netstart
   >    >
   >    >Log Message:
   >    >sync with rc.d/network, about IPv6 prefix filters
   >    >(since we still ship it, we need to make it up-to-date)
   >    
   >    Should we still ship it?  We no longer ship a monolithic /etc/rc, so
   >    there's at least some precedent for discontinuing it...
   > 
   > 
   > does "/etc/rc.d/network start" work properly from single user mode?
   > 
   > 
   > i always liked being able to startup my network by running /etc/netstart,
   > when in single user mode...
   
   so create your own netstart which does
   	/etc/rc.d/network start
   	/etc/rc.d/pppd start
   	/etc/rc.d/dhclient start
   or whatever...


but that's the beauty of /etc/netstart to me... i don't need to know
exactly what goes in there.  while i will probably end up mostly just
needing `/etc/rc.d/network start' most of the time, i will miss having
/etc/netstart.  my fingers have been doing that for 7 years now.