From ab124e78b0271ddb904b761b31e5c9a0cf24e070 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 30 Dec 1995 19:02:48 +0000 Subject: recording cvs-1.6 file death --- etc/config/cleartmp | 4 ---- etc/config/gated | 4 ---- etc/config/kerberos | 4 ---- etc/config/mountd.flags | 3 --- etc/config/named | 6 ------ etc/config/nfsclient | 4 ---- etc/config/nfsclient.flags | 4 ---- etc/config/nfsserver | 4 ---- etc/config/nfsserver.flags | 4 ---- etc/config/nisclient | 4 ---- etc/config/nisserver | 4 ---- etc/config/quota | 5 ----- etc/config/routed | 5 ----- etc/config/routed.flags | 3 --- etc/config/rwhod | 4 ---- etc/config/savecore | 4 ---- etc/config/savecore.flags | 3 --- etc/config/sendmail | 4 ---- etc/config/sendmail.flags | 3 --- etc/config/timed | 4 ---- etc/config/timed.flags | 2 -- 21 files changed, 82 deletions(-) delete mode 100644 etc/config/cleartmp delete mode 100644 etc/config/gated delete mode 100644 etc/config/kerberos delete mode 100644 etc/config/mountd.flags delete mode 100644 etc/config/named delete mode 100644 etc/config/nfsclient delete mode 100644 etc/config/nfsclient.flags delete mode 100644 etc/config/nfsserver delete mode 100644 etc/config/nfsserver.flags delete mode 100644 etc/config/nisclient delete mode 100644 etc/config/nisserver delete mode 100644 etc/config/quota delete mode 100644 etc/config/routed delete mode 100644 etc/config/routed.flags delete mode 100644 etc/config/rwhod delete mode 100644 etc/config/savecore delete mode 100644 etc/config/savecore.flags delete mode 100644 etc/config/sendmail delete mode 100644 etc/config/sendmail.flags delete mode 100644 etc/config/timed delete mode 100644 etc/config/timed.flags (limited to 'etc/config') diff --git a/etc/config/cleartmp b/etc/config/cleartmp deleted file mode 100644 index ba8ff1b..0000000 --- a/etc/config/cleartmp +++ /dev/null @@ -1,4 +0,0 @@ -# $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 deleted file mode 100644 index c960aca..0000000 --- a/etc/config/gated +++ /dev/null @@ -1,4 +0,0 @@ -# $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 deleted file mode 100644 index 883dbb2..0000000 --- a/etc/config/kerberos +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index 8aefcdb..0000000 --- a/etc/config/mountd.flags +++ /dev/null @@ -1,3 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index 67df31e..0000000 --- a/etc/config/named +++ /dev/null @@ -1,6 +0,0 @@ -# $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/nfsclient b/etc/config/nfsclient deleted file mode 100644 index 63543ad..0000000 --- a/etc/config/nfsclient +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index cefd50d..0000000 --- a/etc/config/nfsclient.flags +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index 4049345..0000000 --- a/etc/config/nfsserver +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index d3ba186..0000000 --- a/etc/config/nfsserver.flags +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index 74fc1bb..0000000 --- a/etc/config/nisclient +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index d3c187c..0000000 --- a/etc/config/nisserver +++ /dev/null @@ -1,4 +0,0 @@ -# $Id$ -# 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 deleted file mode 100644 index c03530e..0000000 --- a/etc/config/quota +++ /dev/null @@ -1,5 +0,0 @@ -# $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 deleted file mode 100644 index 827481c..0000000 --- a/etc/config/routed +++ /dev/null @@ -1,5 +0,0 @@ -# $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 deleted file mode 100644 index 49f11c2..0000000 --- a/etc/config/routed.flags +++ /dev/null @@ -1,3 +0,0 @@ -# $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 deleted file mode 100644 index 72de6d5..0000000 --- a/etc/config/rwhod +++ /dev/null @@ -1,4 +0,0 @@ -# $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 deleted file mode 100644 index e22338d..0000000 --- a/etc/config/savecore +++ /dev/null @@ -1,4 +0,0 @@ -# $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/savecore.flags b/etc/config/savecore.flags deleted file mode 100644 index b89cedf..0000000 --- a/etc/config/savecore.flags +++ /dev/null @@ -1,3 +0,0 @@ -# $Id$ -# This file determines where crash dumps will be saved. -/var/crash diff --git a/etc/config/sendmail b/etc/config/sendmail deleted file mode 100644 index 922105d..0000000 --- a/etc/config/sendmail +++ /dev/null @@ -1,4 +0,0 @@ -# $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 deleted file mode 100644 index e4d6504..0000000 --- a/etc/config/sendmail.flags +++ /dev/null @@ -1,3 +0,0 @@ -# $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 deleted file mode 100644 index a136f52..0000000 --- a/etc/config/timed +++ /dev/null @@ -1,4 +0,0 @@ -# $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 deleted file mode 100644 index b3d15ea..0000000 --- a/etc/config/timed.flags +++ /dev/null @@ -1,2 +0,0 @@ -# $Id$ -# This file contains the flags passed to timed at start-up time, if enabled. -- cgit v1.1