summaryrefslogtreecommitdiffstats
path: root/etc/netstart
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-21 15:20:48 +0000
committerjkh <jkh@FreeBSD.org>1995-03-21 15:20:48 +0000
commit2fe73346e8cf81089c1d58be2b5c9f3cdfd2de21 (patch)
tree0d882acdbdb3299c7c9b0068db4a8b6b6bf805e7 /etc/netstart
parent0d7a7de4477ab79130ffa5843d2637f588db0415 (diff)
downloadFreeBSD-src-2fe73346e8cf81089c1d58be2b5c9f3cdfd2de21.zip
FreeBSD-src-2fe73346e8cf81089c1d58be2b5c9f3cdfd2de21.tar.gz
Begin a long-overdue cleanup of this whole mess.
1. Move all system configuration variables into /etc/sysconfig 2. Adapt other files to use it. 3. Add a host of new variables for micro-managing your system in various ways. For 2.1, /etc/sysconfig will be machine-edited so that the user doesn't even have to care at all about the various funny names we picked. 4. Enable dset. We won't get it debugged if we never use it, and no one has said anything negative about it yet, so here goes! 5. Try to use one consistent style throughout.
Diffstat (limited to 'etc/netstart')
-rwxr-xr-xetc/netstart23
1 files changed, 1 insertions, 22 deletions
diff --git a/etc/netstart b/etc/netstart
index c03395a..cafaeea 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,29 +1,8 @@
#!/bin/sh -
#
-# $Id: netstart,v 1.20 1995/02/08 16:42:12 wpaul Exp $
+# $Id: netstart,v 1.21 1995/03/16 16:57:59 wollman Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
-defaultrouter=NO
-routedflags=-q
-timedflags=NO
-xntpdflags="NO"
-tickadj="-Aq" # this is inoperative unless xntpd is enabled; NO to disable
-ntpdate="NO"
-#ntpdate="-b -s ntp-0 ntp-1 ntp-2"
-rwhod=NO
-sendmail_flags="-bd -q30m"
-amdflags="NO"
-nfs_client=NO
-nfs_server=NO
-nis_clientflags="NO"
-nis_serverflags="NO"
-yppasswddflags="NO"
-#yppasswddflags"-m /var/yp/master.passwd -s -f"
-name_server=NO
-savecore=NO
-#kerberos_server=YES
-#gated=YES
-
# my-name is my symbolic name
# my-netmask is specified in /etc/networks
#
OpenPOWER on IntegriCloud