diff options
author | pst <pst@FreeBSD.org> | 1997-07-05 19:35:45 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-07-05 19:35:45 +0000 |
commit | bae151f4e56893244ca6a05e90ae61cbc80d06df (patch) | |
tree | df7d7a7e222ca4e78c579527eedb2b6dc53b820b /etc/netstart | |
parent | 942d6fabde389a9ca3277a997c5e5c0e788d1d0a (diff) | |
download | FreeBSD-src-bae151f4e56893244ca6a05e90ae61cbc80d06df.zip FreeBSD-src-bae151f4e56893244ca6a05e90ae61cbc80d06df.tar.gz |
netstart should really only do phase 1 bringup, not start all the daemons
Diffstat (limited to 'etc/netstart')
-rwxr-xr-x | etc/netstart | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/netstart b/etc/netstart index ae0dc97..8b4e975 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: netstart,v 1.50 1997/05/18 14:10:06 jkh Exp $ +# $Id: netstart,v 1.51 1997/05/18 20:11:44 jkh Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # This file is NOT called by any of the other scripts - it has been @@ -23,6 +23,4 @@ fi echo 'Doing stage one network startup:' network_pass1 -echo 'Doing stage two network startup:' -network_pass2 exit 0 |