aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1993-11-12 00:00:06 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1993-11-12 00:00:06 +0000
commitd94d9910ff699aa51db3aeef397f77cf48784ac8 (patch)
tree5f0e7b33310ea50147402c526a75fef0310b8214 /etc
parenta2afa74527efd6d3d7eb2defb97c5873196be780 (diff)
downloadsrc-d94d9910ff699aa51db3aeef397f77cf48784ac8.tar.gz
src-d94d9910ff699aa51db3aeef397f77cf48784ac8.zip
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.
Notes
Notes: svn path=/head/; revision=749
Diffstat (limited to 'etc')
-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 000000000000..ba8ff1b3da80
--- /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 000000000000..c960acabd9c3
--- /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 000000000000..883dbb259ea5
--- /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 000000000000..67df31e2e572
--- /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 000000000000..404934553b1c
--- /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 000000000000..c03530eb65bf
--- /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 000000000000..827481c46069
--- /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 000000000000..49f11c2e1ff8
--- /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 000000000000..72de6d5b4c06
--- /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 000000000000..e22338d2f914
--- /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 000000000000..922105d76221
--- /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 000000000000..e4d6504ca7fb
--- /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 000000000000..a136f524b08d
--- /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 000000000000..b3d15ea8b244
--- /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.