From 31a9682c98005b4c8f37c37fb7bd50fad21b7115 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 4 Jul 2007 18:11:01 +0000 Subject: Allow syncing of hwlock for BSD and make our config files look fairly similar. --- conf.d/bootmisc | 4 ---- conf.d/checkfs | 1 - conf.d/clock | 6 ++++-- conf.d/hostname | 2 -- conf.d/urandom | 1 - 5 files changed, 4 insertions(+), 10 deletions(-) (limited to 'conf.d') diff --git a/conf.d/bootmisc b/conf.d/bootmisc index e33c03b..147f9d0 100644 --- a/conf.d/bootmisc +++ b/conf.d/bootmisc @@ -2,11 +2,7 @@ # Put a nologin file in /etc to prevent people from logging in before # system startup is complete - DELAYLOGIN="no" - -# Should we completely wipe out /tmp or just selectively remove known # locks / files / etc... ? - WIPE_TMP="yes" diff --git a/conf.d/checkfs b/conf.d/checkfs index 868dfab..6b7e06e 100644 --- a/conf.d/checkfs +++ b/conf.d/checkfs @@ -4,5 +4,4 @@ # shutdown rather than at next boot. # This is useful when periodic filesystem checks are causing undesirable # delays at startup, but such delays at shutdown are acceptable. - FSCK_SHUTDOWN="no" diff --git a/conf.d/clock b/conf.d/clock index f11df3f..bac057c 100644 --- a/conf.d/clock +++ b/conf.d/clock @@ -4,13 +4,15 @@ # Greenwich Mean Time). If your clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". - CLOCK="UTC" +# If you want to set the Hardware Clock to the current System Time +# during shutdown, then say "yes" here. +CLOCK_SYSTOHC="no" + # Select the proper timezone. For valid values, peek inside of the # /usr/share/zoneinfo/ directory. For example, some common values are # "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to # manage /etc/localtime yourself, set this to "". - #TIMEZONE="Factory" diff --git a/conf.d/hostname b/conf.d/hostname index 619abcd..f17fabd 100644 --- a/conf.d/hostname +++ b/conf.d/hostname @@ -1,4 +1,2 @@ -# /etc/conf.d/hostname - # Set to the hostname of this machine HOSTNAME="localhost" diff --git a/conf.d/urandom b/conf.d/urandom index 0c3e63c..52f4343 100644 --- a/conf.d/urandom +++ b/conf.d/urandom @@ -4,5 +4,4 @@ # (say for crypt swap), so you will need to customize this # behavior. If you have /var on a separate partition, then # make sure this path lives on your root device somewhere. - URANDOM_SEED="/var/run/random-seed" -- cgit v1.2.3