diff --git a/distrib/amiga/floppies/inst/dot.instutils b/distrib/amiga/floppies/inst/dot.instutils index b1c316f036ef..737abaf4a001 100644 --- a/distrib/amiga/floppies/inst/dot.instutils +++ b/distrib/amiga/floppies/inst/dot.instutils @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $NetBSD: dot.instutils,v 1.5 1998/01/06 04:45:04 perry Exp $ +# $NetBSD: dot.instutils,v 1.6 2000/05/13 08:13:53 lukem Exp $ # Installation configuration utilites (functions), to get NetBSD configured # reasonably once it is installed on the hard disk. These are meant to be @@ -132,8 +132,8 @@ Configure() echo "" echo -n "WARNING: if you have any more ethernet interfaces, " echo "you will have to configure" - echo -n "them by hand. Read the comments in /etc/netstart to " - echo "learn how to do this." + echo -n "them by hand. Read the comments in /etc/rc.d/network " + echo "to learn how to do this." ;; esac diff --git a/distrib/arm32/floppies/inst/dot.instutils b/distrib/arm32/floppies/inst/dot.instutils index 46f299162033..470b53b8991b 100644 --- a/distrib/arm32/floppies/inst/dot.instutils +++ b/distrib/arm32/floppies/inst/dot.instutils @@ -1,4 +1,4 @@ -# $NetBSD: dot.instutils,v 1.1 1996/05/16 19:58:58 mark Exp $ +# $NetBSD: dot.instutils,v 1.2 2000/05/13 08:13:54 lukem Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -136,8 +136,8 @@ Configure() echo "" echo -n "WARNING: if you have any more ethernet interfaces, " echo "you will have to configure" - echo -n "them by hand. Read the comments in /etc/netstart to " - echo "learn how to do this." + echo -n "them by hand. Read the comments in /etc/rc.d/network " + echo "to learn how to do this." ;; esac diff --git a/distrib/arm32/ramdisk/dot.instutils b/distrib/arm32/ramdisk/dot.instutils index 6bb855a216b0..e3211211edd3 100644 --- a/distrib/arm32/ramdisk/dot.instutils +++ b/distrib/arm32/ramdisk/dot.instutils @@ -1,4 +1,4 @@ -# $NetBSD: dot.instutils,v 1.1 1997/10/18 04:05:28 mark Exp $ +# $NetBSD: dot.instutils,v 1.2 2000/05/13 08:13:54 lukem Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -136,8 +136,8 @@ Configure() echo "" echo -n "WARNING: if you have any more ethernet interfaces, " echo "you will have to configure" - echo -n "them by hand. Read the comments in /etc/netstart to " - echo "learn how to do this." + echo -n "them by hand. Read the comments in /etc/rc.d/network " + echo "to learn how to do this." ;; esac diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index c2540d2e7b39..38e9359f00ac 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: install.sub,v 1.34 2000/04/11 08:26:34 pk Exp $ +# $NetBSD: install.sub,v 1.35 2000/05/13 08:13:55 lukem Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -496,7 +496,7 @@ configure_ifs() { return 1 } -# Much of this is gratuitously stolen from /etc/netstart. +# Much of this is gratuitously stolen from /etc/rc.d/network. enable_network() { # Set up the hostname. diff --git a/distrib/notes/hp300/upgrade b/distrib/notes/hp300/upgrade index 6e02e92087a8..b5717df5147d 100644 --- a/distrib/notes/hp300/upgrade +++ b/distrib/notes/hp300/upgrade @@ -1,4 +1,4 @@ -.\" $NetBSD: upgrade,v 1.8 1999/01/25 23:34:22 garbled Exp $ +.\" $NetBSD: upgrade,v 1.9 2000/05/13 08:13:55 lukem Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -85,7 +85,7 @@ Mount all local filesystems: If you keep /usr or /usr/share on an NFS server, you will want to mount those filesystems as well. To do this, you will need to enable the network: -.Dl sh /etc/netstart +.Dl sh /etc/rc.d/network .It Run the update(8) daemon, to ensure that new programs are actually stored on disk. diff --git a/distrib/notes/mvme68k/upgrade b/distrib/notes/mvme68k/upgrade index 7dfc77472103..10b2b549ffaf 100644 --- a/distrib/notes/mvme68k/upgrade +++ b/distrib/notes/mvme68k/upgrade @@ -1,4 +1,4 @@ -.\" $NetBSD: upgrade,v 1.4 1999/01/25 23:34:23 garbled Exp $ +.\" $NetBSD: upgrade,v 1.5 2000/05/13 08:13:55 lukem Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -92,7 +92,7 @@ If you keep /usr or /usr/share on an NFS server, you will want to mount those filesystems as well. To do this, you will need to enable the network: .Pp -.Dl Ic sh /etc/netstart +.Dl Ic sh /etc/rc.d/network .It Run the .Xr update 8 diff --git a/distrib/notes/sun3/upgrade b/distrib/notes/sun3/upgrade index db65ee898ccb..6b000e7889f4 100644 --- a/distrib/notes/sun3/upgrade +++ b/distrib/notes/sun3/upgrade @@ -1,4 +1,4 @@ -.\" $NetBSD: upgrade,v 1.6 1999/01/25 23:34:23 garbled Exp $ +.\" $NetBSD: upgrade,v 1.7 2000/05/13 08:13:55 lukem Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -95,7 +95,7 @@ Mount all local filesystems: If you keep /usr or /usr/share on an NFS server, you will want to mount those filesystems as well. To do this, you will need to enable the network: -.D1 Ic sh /etc/netstart +.D1 Ic sh /etc/rc.d/network .It Run the update(8) daemon, to ensure that new programs are actually stored on disk. diff --git a/distrib/pc532/floppies/inst/dot.instutils b/distrib/pc532/floppies/inst/dot.instutils index b9d961ed2c73..a7faaa61f28a 100644 --- a/distrib/pc532/floppies/inst/dot.instutils +++ b/distrib/pc532/floppies/inst/dot.instutils @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $NetBSD: dot.instutils,v 1.3 1998/01/06 04:45:18 perry Exp $ +# $NetBSD: dot.instutils,v 1.4 2000/05/13 08:13:56 lukem Exp $ # Installation configuration utilites (functions), to get NetBSD configured # reasonably once it is installed on the hard disk. These are meant to be @@ -136,8 +136,8 @@ Configure() echo "" echo -n "WARNING: if you have any more ethernet interfaces, " echo "you will have to configure" - echo -n "them by hand. Read the comments in /etc/netstart to " - echo "learn how to do this." + echo -n "them by hand. Read the comments in /etc/rc.d/network " + echo "to learn how to do this." ;; esac diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index 89d702b6a32f..0cddc353ee4f 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.56 2000/05/10 23:24:04 thorpej Exp $ +# $NetBSD: mi,v 1.57 2000/05/13 08:13:56 lukem Exp $ ./.cshrc ./.profile ./dev/MAKEDEV.local @@ -45,7 +45,6 @@ ./etc/namedb/loopback.v6 ./etc/namedb/named.conf ./etc/namedb/root.cache -./etc/netstart ./etc/networks ./etc/newsyslog.conf ./etc/nsswitch.conf diff --git a/etc/Makefile b/etc/Makefile index e8b3b2c039f1..ca8a8fdcaf65 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2000/05/06 07:52:19 sjg Exp $ +# $NetBSD: Makefile,v 1.150 2000/05/13 08:07:01 lukem Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -84,7 +84,7 @@ BIN1+= bootptab changelist csh.cshrc csh.login csh.logout daily \ daily.conf dm.conf floppytab ftpchroot ftpusers ftpwelcome \ gettytab group hosts hosts.lpd inetd.conf lkm.conf \ mailer.conf man.conf monthly monthly.conf mrouted.conf \ - netstart networks newsyslog.conf nsswitch.conf ntp.conf \ + networks newsyslog.conf nsswitch.conf ntp.conf \ phones printcap profile protocols rbootd.conf rc rc.conf \ rc.lkm rc.local rc.subr rc.shutdown rc.wscons remote rpc \ security security.conf services shells sysctl.conf syslog.conf \ diff --git a/etc/changelist b/etc/changelist index 0bf5ef2af6c7..25fc54046cf6 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $NetBSD: changelist,v 1.11 2000/05/08 00:37:53 itojun Exp $ +# $NetBSD: changelist,v 1.12 2000/05/13 08:07:01 lukem Exp $ # from: @(#)changelist 8.1 (Berkeley) 6/9/93 # # List of files which the security script backs up and checks @@ -69,7 +69,6 @@ /etc/named.boot /etc/named.conf /etc/netgroup -/etc/netstart /etc/netstart.local /etc/networks /etc/newsyslog.conf diff --git a/etc/mtree/special b/etc/mtree/special index 0e76d114bb4e..5f7e34f42ce2 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $NetBSD: special,v 1.29 2000/05/08 00:37:54 itojun Exp $ +# $NetBSD: special,v 1.30 2000/05/13 08:07:02 lukem Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # # Hand-crafted mtree specification for the dangerous files. @@ -67,7 +67,6 @@ named.boot type=file mode=0644 uname=root gname=wheel optional named.conf type=file mode=0644 uname=root gname=wheel optional namedb type=dir mode=0755 uname=root gname=wheel .. #etc/namedb -netstart type=file mode=0644 uname=root gname=wheel networks type=file mode=0644 uname=root gname=wheel newsyslog.conf type=file mode=0644 uname=root gname=wheel nsswitch.conf type=file mode=0644 uname=root gname=wheel