remove netstart

This commit is contained in:
lukem 2000-05-13 08:07:01 +00:00
parent 92612bb41e
commit 78abee064b
12 changed files with 25 additions and 28 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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