summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-12 00:00:06 +0000
committerwollman <wollman@FreeBSD.org>1993-11-12 00:00:06 +0000
commitf147991ca158110e5158c43bc272d41279d443f1 (patch)
tree5f0e7b33310ea50147402c526a75fef0310b8214
parente3c85028d01d9dcff88790fc0a919c786d7135a3 (diff)
downloadFreeBSD-src-f147991ca158110e5158c43bc272d41279d443f1.zip
FreeBSD-src-f147991ca158110e5158c43bc272d41279d443f1.tar.gz
Added configuration and flags files for most of the stuff in /etc/rc
and /etc/rc.local. Unless somebody complains soon, I'll fix the Makefile to install these and the rc files to use them.
-rw-r--r--etc/config/cleartmp4
-rw-r--r--etc/config/gated4
-rw-r--r--etc/config/kerberos4
-rw-r--r--etc/config/named6
-rw-r--r--etc/config/nfsserver4
-rw-r--r--etc/config/quota5
-rw-r--r--etc/config/routed5
-rw-r--r--etc/config/routed.flags3
-rw-r--r--etc/config/rwhod4
-rw-r--r--etc/config/savecore4
-rw-r--r--etc/config/sendmail4
-rw-r--r--etc/config/sendmail.flags3
-rw-r--r--etc/config/timed4
-rw-r--r--etc/config/timed.flags2
14 files changed, 56 insertions, 0 deletions
diff --git a/etc/config/cleartmp b/etc/config/cleartmp
new file mode 100644
index 0000000..ba8ff1b
--- /dev/null
+++ b/etc/config/cleartmp
@@ -0,0 +1,4 @@
+# $Id$
+# This option determines whether the /tmp directory should be
+# automatically cleared on startup. Default is on.
+on
diff --git a/etc/config/gated b/etc/config/gated
new file mode 100644
index 0000000..c960aca
--- /dev/null
+++ b/etc/config/gated
@@ -0,0 +1,4 @@
+# $Id$
+# This file determins whether Cornell's GateD should be automatically
+# started. The default is off.
+off
diff --git a/etc/config/kerberos b/etc/config/kerberos
new file mode 100644
index 0000000..883dbb2
--- /dev/null
+++ b/etc/config/kerberos
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the Kerberos server should be
+# automatically started. The default is off.
+off
diff --git a/etc/config/named b/etc/config/named
new file mode 100644
index 0000000..67df31e
--- /dev/null
+++ b/etc/config/named
@@ -0,0 +1,6 @@
+# $Id$
+# This file determines whether the name server should be started
+# automatically. The default is off, but Internet-connected systems
+# should set it to `on' whenever possible. (NB: it must be
+# configured.)
+off
diff --git a/etc/config/nfsserver b/etc/config/nfsserver
new file mode 100644
index 0000000..4049345
--- /dev/null
+++ b/etc/config/nfsserver
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the NFS server is automatically started
+# at boot time. The default is off.
+off
diff --git a/etc/config/quota b/etc/config/quota
new file mode 100644
index 0000000..c03530e
--- /dev/null
+++ b/etc/config/quota
@@ -0,0 +1,5 @@
+# $Id$
+# This file determines whether quotas are enabled upon system startup.
+# This option does not effect whether the kernel supports quotas.
+# The default is off.
+off
diff --git a/etc/config/routed b/etc/config/routed
new file mode 100644
index 0000000..827481c
--- /dev/null
+++ b/etc/config/routed
@@ -0,0 +1,5 @@
+# $Id$
+# This option determines whether routed is automatically started at
+# boot time. It should probably be turned off, but for now the
+# default is on.
+on
diff --git a/etc/config/routed.flags b/etc/config/routed.flags
new file mode 100644
index 0000000..49f11c2
--- /dev/null
+++ b/etc/config/routed.flags
@@ -0,0 +1,3 @@
+# $Id$
+# This file gives the command-line flags passed to routed when it is started.
+-q
diff --git a/etc/config/rwhod b/etc/config/rwhod
new file mode 100644
index 0000000..72de6d5
--- /dev/null
+++ b/etc/config/rwhod
@@ -0,0 +1,4 @@
+# $Id$
+# This file determins whether rwhod is automatically started at boot
+# time. The default is off.
+off
diff --git a/etc/config/savecore b/etc/config/savecore
new file mode 100644
index 0000000..e22338d
--- /dev/null
+++ b/etc/config/savecore
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether any attempt is made to save a crash
+# dump in /var/crash upon boot-up. The default is on.
+on
diff --git a/etc/config/sendmail b/etc/config/sendmail
new file mode 100644
index 0000000..922105d
--- /dev/null
+++ b/etc/config/sendmail
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether to automatically start sendmail at
+# system boot time. The default is on; options in sendmail.flags.
+on
diff --git a/etc/config/sendmail.flags b/etc/config/sendmail.flags
new file mode 100644
index 0000000..e4d6504
--- /dev/null
+++ b/etc/config/sendmail.flags
@@ -0,0 +1,3 @@
+# $Id$
+# This file gives the flags passed to sendmail on system startup if enabled.
+-bd -q30m
diff --git a/etc/config/timed b/etc/config/timed
new file mode 100644
index 0000000..a136f52
--- /dev/null
+++ b/etc/config/timed
@@ -0,0 +1,4 @@
+# $Id$
+# This file determines whether the Berkeley time daemon is
+# automatically started at boot time. The default is off.
+off
diff --git a/etc/config/timed.flags b/etc/config/timed.flags
new file mode 100644
index 0000000..b3d15ea
--- /dev/null
+++ b/etc/config/timed.flags
@@ -0,0 +1,2 @@
+# $Id$
+# This file contains the flags passed to timed at start-up time, if enabled.
OpenPOWER on IntegriCloud