netstart should really only do phase 1 bringup, not start all the daemons

This commit is contained in:
Paul Traina 1997-07-05 19:35:45 +00:00
parent c9835f3307
commit 717f458664
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27213

View File

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