diff options
Diffstat (limited to 'etc/config')
| -rw-r--r-- | etc/config/cleartmp | 4 | ||||
| -rw-r--r-- | etc/config/gated | 4 | ||||
| -rw-r--r-- | etc/config/kerberos | 4 | ||||
| -rw-r--r-- | etc/config/mountd.flags | 3 | ||||
| -rw-r--r-- | etc/config/named | 6 | ||||
| -rw-r--r-- | etc/config/nfsclient | 4 | ||||
| -rw-r--r-- | etc/config/nfsclient.flags | 4 | ||||
| -rw-r--r-- | etc/config/nfsserver | 4 | ||||
| -rw-r--r-- | etc/config/nfsserver.flags | 4 | ||||
| -rw-r--r-- | etc/config/nisclient | 4 | ||||
| -rw-r--r-- | etc/config/nisserver | 4 | ||||
| -rw-r--r-- | etc/config/quota | 5 | ||||
| -rw-r--r-- | etc/config/routed | 5 | ||||
| -rw-r--r-- | etc/config/routed.flags | 3 | ||||
| -rw-r--r-- | etc/config/rwhod | 4 | ||||
| -rw-r--r-- | etc/config/savecore | 4 | ||||
| -rw-r--r-- | etc/config/savecore.flags | 3 | ||||
| -rw-r--r-- | etc/config/sendmail | 4 | ||||
| -rw-r--r-- | etc/config/sendmail.flags | 3 | ||||
| -rw-r--r-- | etc/config/timed | 4 | ||||
| -rw-r--r-- | etc/config/timed.flags | 2 |
21 files changed, 82 insertions, 0 deletions
diff --git a/etc/config/cleartmp b/etc/config/cleartmp new file mode 100644 index 000000000000..d3b9d56d8df3 --- /dev/null +++ b/etc/config/cleartmp @@ -0,0 +1,4 @@ +# $Id: cleartmp,v 1.1 1993/11/11 23:59:54 wollman Exp $ +# 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..18c8a318a82a --- /dev/null +++ b/etc/config/gated @@ -0,0 +1,4 @@ +# $Id: gated,v 1.1 1993/11/11 23:59:55 wollman Exp $ +# 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..84ce76ab2254 --- /dev/null +++ b/etc/config/kerberos @@ -0,0 +1,4 @@ +# $Id: kerberos,v 1.1 1993/11/11 23:59:56 wollman Exp $ +# This file determines whether the Kerberos server should be +# automatically started. The default is off. +off diff --git a/etc/config/mountd.flags b/etc/config/mountd.flags new file mode 100644 index 000000000000..4c17c2f13fc9 --- /dev/null +++ b/etc/config/mountd.flags @@ -0,0 +1,3 @@ +# $Id: mountd.flags,v 1.1 1993/11/12 03:46:07 wollman Exp $ +# This file lists the flags passed to the NFS mount daemon `mountd' when +# started at boot time. diff --git a/etc/config/named b/etc/config/named new file mode 100644 index 000000000000..dfdd21b5f9f7 --- /dev/null +++ b/etc/config/named @@ -0,0 +1,6 @@ +# $Id: named,v 1.1 1993/11/11 23:59:57 wollman Exp $ +# 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/nfsclient b/etc/config/nfsclient new file mode 100644 index 000000000000..767349861144 --- /dev/null +++ b/etc/config/nfsclient @@ -0,0 +1,4 @@ +# $Id: nfsclient,v 1.1 1993/11/12 03:46:10 wollman Exp $ +# 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 000000000000..912427ca43ab --- /dev/null +++ b/etc/config/nfsclient.flags @@ -0,0 +1,4 @@ +# $Id: nfsclient.flags,v 1.1 1993/11/12 03:46:11 wollman Exp $ +# This file lists options provided to the NFS I/O daemon `nfsiod', when +# started at boot time. +4 diff --git a/etc/config/nfsserver b/etc/config/nfsserver new file mode 100644 index 000000000000..4d28bca3a831 --- /dev/null +++ b/etc/config/nfsserver @@ -0,0 +1,4 @@ +# $Id: nfsserver,v 1.1 1993/11/11 23:59:58 wollman Exp $ +# This file determines whether the NFS server is automatically started +# at boot time. The default is off. +off diff --git a/etc/config/nfsserver.flags b/etc/config/nfsserver.flags new file mode 100644 index 000000000000..40963ae8ca88 --- /dev/null +++ b/etc/config/nfsserver.flags @@ -0,0 +1,4 @@ +# $Id: nfsserver.flags,v 1.1 1993/11/12 03:46:12 wollman Exp $ +# 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 000000000000..69e853e5b40f --- /dev/null +++ b/etc/config/nisclient @@ -0,0 +1,4 @@ +# $Id: nisclient,v 1.1 1993/11/12 03:46:13 wollman Exp $ +# 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 000000000000..448aaaceff53 --- /dev/null +++ b/etc/config/nisserver @@ -0,0 +1,4 @@ +# $Id: nisserver,v 1.1 1993/11/12 03:46:14 wollman Exp $ +# 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/quota b/etc/config/quota new file mode 100644 index 000000000000..e8ac6c3208e4 --- /dev/null +++ b/etc/config/quota @@ -0,0 +1,5 @@ +# $Id: quota,v 1.1 1993/11/11 23:59:58 wollman Exp $ +# 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..7b1f58ab1902 --- /dev/null +++ b/etc/config/routed @@ -0,0 +1,5 @@ +# $Id: routed,v 1.1 1993/11/11 23:59:59 wollman Exp $ +# 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..5ff4708c4e6d --- /dev/null +++ b/etc/config/routed.flags @@ -0,0 +1,3 @@ +# $Id: routed.flags,v 1.1 1993/11/12 00:00:00 wollman Exp $ +# 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..ed8cc4c8e8c6 --- /dev/null +++ b/etc/config/rwhod @@ -0,0 +1,4 @@ +# $Id: rwhod,v 1.1 1993/11/12 00:00:02 wollman Exp $ +# 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..083f2d8d44c2 --- /dev/null +++ b/etc/config/savecore @@ -0,0 +1,4 @@ +# $Id: savecore,v 1.1 1993/11/12 00:00:02 wollman Exp $ +# 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/savecore.flags b/etc/config/savecore.flags new file mode 100644 index 000000000000..0613f1e30986 --- /dev/null +++ b/etc/config/savecore.flags @@ -0,0 +1,3 @@ +# $Id: savecore.flags,v 1.1 1993/11/12 03:46:15 wollman Exp $ +# This file determines where crash dumps will be saved. +/var/crash diff --git a/etc/config/sendmail b/etc/config/sendmail new file mode 100644 index 000000000000..6890618d9709 --- /dev/null +++ b/etc/config/sendmail @@ -0,0 +1,4 @@ +# $Id: sendmail,v 1.1 1993/11/12 00:00:03 wollman Exp $ +# 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..ded5828d5faa --- /dev/null +++ b/etc/config/sendmail.flags @@ -0,0 +1,3 @@ +# $Id: sendmail.flags,v 1.1 1993/11/12 00:00:05 wollman Exp $ +# 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..12eedc25eb6d --- /dev/null +++ b/etc/config/timed @@ -0,0 +1,4 @@ +# $Id: timed,v 1.1 1993/11/12 00:00:05 wollman Exp $ +# 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..cab985cb0a3d --- /dev/null +++ b/etc/config/timed.flags @@ -0,0 +1,2 @@ +# $Id: timed.flags,v 1.1 1993/11/12 00:00:06 wollman Exp $ +# This file contains the flags passed to timed at start-up time, if enabled. |
