diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 21:11:17 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 21:11:17 +0000 |
| commit | 5469943802dbf6bc3743fc6add941fe27f745b8c (patch) | |
| tree | 160968502205c90aa96dc3a2844fc2ecc5baef6e /etc/netstart | |
| parent | 7b094c1c1d64f2b9323dfc8288888d9803aad65e (diff) | |
Notes
Diffstat (limited to 'etc/netstart')
| -rwxr-xr-x | etc/netstart | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart index f86cbfc7b242..dfdccaf21263 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,8 +1,12 @@ #!/bin/sh - # -# $Id: netstart,v 1.29 1995/04/24 23:52:15 rgrimes Exp $ +# $Id: netstart,v 1.30 1995/05/11 19:08:36 rgrimes Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 +# Note that almost all the user-configurable behavior is no longer in +# this file, but rather in /etc/sysconfig. Please check this file +# first before contemplating any changes here. + # If there is a global system configuration file, suck it in. if [ -f /etc/sysconfig ]; then . /etc/sysconfig |
