Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src remove netstart



details:   https://anonhg.NetBSD.org/src/rev/bb2f4c1de232
branches:  trunk
changeset: 486105:bb2f4c1de232
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat May 13 08:07:01 2000 +0000

description:
remove netstart

diffstat:

 distrib/amiga/floppies/inst/dot.instutils |  6 +++---
 distrib/arm32/floppies/inst/dot.instutils |  6 +++---
 distrib/arm32/ramdisk/dot.instutils       |  6 +++---
 distrib/miniroot/install.sub              |  4 ++--
 distrib/notes/hp300/upgrade               |  4 ++--
 distrib/notes/mvme68k/upgrade             |  4 ++--
 distrib/notes/sun3/upgrade                |  4 ++--
 distrib/pc532/floppies/inst/dot.instutils |  6 +++---
 distrib/sets/lists/etc/mi                 |  3 +--
 etc/Makefile                              |  4 ++--
 etc/changelist                            |  3 +--
 etc/mtree/special                         |  3 +--
 12 files changed, 25 insertions(+), 28 deletions(-)

diffs (228 lines):

diff -r d11151ae1ff4 -r bb2f4c1de232 distrib/amiga/floppies/inst/dot.instutils
--- a/distrib/amiga/floppies/inst/dot.instutils Sat May 13 08:02:35 2000 +0000
+++ b/distrib/amiga/floppies/inst/dot.instutils Sat May 13 08:07:01 2000 +0000
@@ -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 @@
                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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/arm32/floppies/inst/dot.instutils
--- a/distrib/arm32/floppies/inst/dot.instutils Sat May 13 08:02:35 2000 +0000
+++ b/distrib/arm32/floppies/inst/dot.instutils Sat May 13 08:07:01 2000 +0000
@@ -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 @@
                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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/arm32/ramdisk/dot.instutils
--- a/distrib/arm32/ramdisk/dot.instutils       Sat May 13 08:02:35 2000 +0000
+++ b/distrib/arm32/ramdisk/dot.instutils       Sat May 13 08:07:01 2000 +0000
@@ -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 @@
                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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub      Sat May 13 08:02:35 2000 +0000
+++ b/distrib/miniroot/install.sub      Sat May 13 08:07:01 2000 +0000
@@ -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 @@
        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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/notes/hp300/upgrade
--- a/distrib/notes/hp300/upgrade       Sat May 13 08:02:35 2000 +0000
+++ b/distrib/notes/hp300/upgrade       Sat May 13 08:07:01 2000 +0000
@@ -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 @@
 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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/notes/mvme68k/upgrade
--- a/distrib/notes/mvme68k/upgrade     Sat May 13 08:02:35 2000 +0000
+++ b/distrib/notes/mvme68k/upgrade     Sat May 13 08:07:01 2000 +0000
@@ -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 @@
 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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/notes/sun3/upgrade
--- a/distrib/notes/sun3/upgrade        Sat May 13 08:02:35 2000 +0000
+++ b/distrib/notes/sun3/upgrade        Sat May 13 08:07:01 2000 +0000
@@ -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 @@
 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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/pc532/floppies/inst/dot.instutils
--- a/distrib/pc532/floppies/inst/dot.instutils Sat May 13 08:02:35 2000 +0000
+++ b/distrib/pc532/floppies/inst/dot.instutils Sat May 13 08:07:01 2000 +0000
@@ -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 @@
                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 -r d11151ae1ff4 -r bb2f4c1de232 distrib/sets/lists/etc/mi
--- a/distrib/sets/lists/etc/mi Sat May 13 08:02:35 2000 +0000
+++ b/distrib/sets/lists/etc/mi Sat May 13 08:07:01 2000 +0000
@@ -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 -r d11151ae1ff4 -r bb2f4c1de232 etc/Makefile
--- a/etc/Makefile      Sat May 13 08:02:35 2000 +0000
+++ b/etc/Makefile      Sat May 13 08:07:01 2000 +0000
@@ -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 @@
        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 -r d11151ae1ff4 -r bb2f4c1de232 etc/changelist
--- a/etc/changelist    Sat May 13 08:02:35 2000 +0000
+++ b/etc/changelist    Sat May 13 08:07:01 2000 +0000
@@ -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 -r d11151ae1ff4 -r bb2f4c1de232 etc/mtree/special
--- a/etc/mtree/special Sat May 13 08:02:35 2000 +0000
+++ b/etc/mtree/special Sat May 13 08:07:01 2000 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index