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.
This commit is contained in:
Garrett Wollman 1993-11-12 00:00:06 +00:00
parent a2afa74527
commit d94d9910ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=749
14 changed files with 56 additions and 0 deletions

4
etc/config/cleartmp Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This option determines whether the /tmp directory should be
# automatically cleared on startup. Default is on.
on

4
etc/config/gated Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This file determins whether Cornell's GateD should be automatically
# started. The default is off.
off

4
etc/config/kerberos Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This file determines whether the Kerberos server should be
# automatically started. The default is off.
off

6
etc/config/named Normal file
View file

@ -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

4
etc/config/nfsserver Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This file determines whether the NFS server is automatically started
# at boot time. The default is off.
off

5
etc/config/quota Normal file
View file

@ -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

5
etc/config/routed Normal file
View file

@ -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

3
etc/config/routed.flags Normal file
View file

@ -0,0 +1,3 @@
# $Id$
# This file gives the command-line flags passed to routed when it is started.
-q

4
etc/config/rwhod Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This file determins whether rwhod is automatically started at boot
# time. The default is off.
off

4
etc/config/savecore Normal file
View file

@ -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

4
etc/config/sendmail Normal file
View file

@ -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

View file

@ -0,0 +1,3 @@
# $Id$
# This file gives the flags passed to sendmail on system startup if enabled.
-bd -q30m

4
etc/config/timed Normal file
View file

@ -0,0 +1,4 @@
# $Id$
# This file determines whether the Berkeley time daemon is
# automatically started at boot time. The default is off.
off

2
etc/config/timed.flags Normal file
View file

@ -0,0 +1,2 @@
# $Id$
# This file contains the flags passed to timed at start-up time, if enabled.