From f147991ca158110e5158c43bc272d41279d443f1 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 12 Nov 1993 00:00:06 +0000 Subject: 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. --- etc/config/cleartmp | 4 ++++ etc/config/gated | 4 ++++ etc/config/kerberos | 4 ++++ etc/config/named | 6 ++++++ etc/config/nfsserver | 4 ++++ etc/config/quota | 5 +++++ etc/config/routed | 5 +++++ etc/config/routed.flags | 3 +++ etc/config/rwhod | 4 ++++ etc/config/savecore | 4 ++++ etc/config/sendmail | 4 ++++ etc/config/sendmail.flags | 3 +++ etc/config/timed | 4 ++++ etc/config/timed.flags | 2 ++ 14 files changed, 56 insertions(+) create mode 100644 etc/config/cleartmp create mode 100644 etc/config/gated create mode 100644 etc/config/kerberos create mode 100644 etc/config/named create mode 100644 etc/config/nfsserver create mode 100644 etc/config/quota create mode 100644 etc/config/routed create mode 100644 etc/config/routed.flags create mode 100644 etc/config/rwhod create mode 100644 etc/config/savecore create mode 100644 etc/config/sendmail create mode 100644 etc/config/sendmail.flags create mode 100644 etc/config/timed create mode 100644 etc/config/timed.flags 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. -- cgit v1.1