summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-12 03:46:15 +0000
committerwollman <wollman@FreeBSD.org>1993-11-12 03:46:15 +0000
commit1a61044ab9b9379f3cacb707a37b8b72c63ba12d (patch)
treea996bbf21c26f1944d258a6e75bc745ac1c82565 /etc
parentf147991ca158110e5158c43bc272d41279d443f1 (diff)
downloadFreeBSD-src-1a61044ab9b9379f3cacb707a37b8b72c63ba12d.zip
FreeBSD-src-1a61044ab9b9379f3cacb707a37b8b72c63ba12d.tar.gz
Added more options and flags files per suggestions from -hackers.
Diffstat (limited to 'etc')
-rw-r--r--etc/config/mountd.flags3
-rw-r--r--etc/config/nfsclient4
-rw-r--r--etc/config/nfsclient.flags4
-rw-r--r--etc/config/nfsserver.flags4
-rw-r--r--etc/config/nisclient4
-rw-r--r--etc/config/nisserver4
-rw-r--r--etc/config/savecore.flags3
7 files changed, 26 insertions, 0 deletions
diff --git a/etc/config/mountd.flags b/etc/config/mountd.flags
new file mode 100644
index 0000000..8aefcdb
--- /dev/null
+++ b/etc/config/mountd.flags
@@ -0,0 +1,3 @@
+# $Id$
+# This file lists the flags passed to the NFS mount daemon `mountd' when
+# started at boot time.
diff --git a/etc/config/nfsclient b/etc/config/nfsclient
new file mode 100644
index 0000000..63543ad
--- /dev/null
+++ b/etc/config/nfsclient
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the NFS client software is automatically
+# started at boot time. The default is off.
+off
diff --git a/etc/config/nfsclient.flags b/etc/config/nfsclient.flags
new file mode 100644
index 0000000..cefd50d
--- /dev/null
+++ b/etc/config/nfsclient.flags
@@ -0,0 +1,4 @@
+# $Id$
+# This file lists options provided to the NFS I/O daemon `nfsiod', when
+# started at boot time.
+4
diff --git a/etc/config/nfsserver.flags b/etc/config/nfsserver.flags
new file mode 100644
index 0000000..d3ba186
--- /dev/null
+++ b/etc/config/nfsserver.flags
@@ -0,0 +1,4 @@
+# $Id$
+# This file lists the flags passed to the NFS server `nfsd' when started
+# at boot time.
+-u 0,0,4 -t 0,0
diff --git a/etc/config/nisclient b/etc/config/nisclient
new file mode 100644
index 0000000..74fc1bb
--- /dev/null
+++ b/etc/config/nisclient
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the Yellow Pages/NIS client software
+# is automatically started at boot time. The default is off.
+off
diff --git a/etc/config/nisserver b/etc/config/nisserver
new file mode 100644
index 0000000..d3c187c
--- /dev/null
+++ b/etc/config/nisserver
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the Yellow Pages/NIS server software
+# is automatically started at boot time. The default is off.
+off
diff --git a/etc/config/savecore.flags b/etc/config/savecore.flags
new file mode 100644
index 0000000..b89cedf
--- /dev/null
+++ b/etc/config/savecore.flags
@@ -0,0 +1,3 @@
+# $Id$
+# This file determines where crash dumps will be saved.
+/var/crash
OpenPOWER on IntegriCloud