diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-18 20:11:44 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-18 20:11:44 +0000 |
commit | 02bc7ae6ab212db5f109ee89bbd2b724dd1e4732 (patch) | |
tree | 03b640fc2fb417860bb173050da4ea4506cb63b3 /etc/netstart | |
parent | 8195d51ed073c25282a97fadfe8a48315c7e8022 (diff) | |
download | FreeBSD-src-02bc7ae6ab212db5f109ee89bbd2b724dd1e4732.zip FreeBSD-src-02bc7ae6ab212db5f109ee89bbd2b724dd1e4732.tar.gz |
Comment that this is no longer used and is only for convenience.
Requested by: ache
Diffstat (limited to 'etc/netstart')
-rwxr-xr-x | etc/netstart | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart index 533f833..ae0dc97 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,8 +1,14 @@ #!/bin/sh - # -# $Id: netstart,v 1.45.2.1 1996/11/06 09:22:16 phk Exp $ +# $Id: netstart,v 1.50 1997/05/18 14:10:06 jkh Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 +# This file is NOT called by any of the other scripts - it has been +# obsoleted by /etc/rc.network and is provided here only for user +# convenience (if you're sitting in single user mode and wish to start +# the network by hand, this script will do it for you). +# + # If there is a global system configuration file, suck it in. if [ -f /etc/rc.conf ]; then . /etc/rc.conf |