summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-24 07:26:05 +0000
committerRoy Marples <roy@marples.name>2007-10-24 07:26:05 +0000
commit9bb59a93f2c544b58c1ee3575c50f17d3a27cfc1 (patch)
treef1716df26afc93d8e6752ccb916757939ae65f23 /conf.d.Linux
parent663f21199a75b0cf354aff37bf08840da1fcc924 (diff)
downloadopenrc-9bb59a93f2c544b58c1ee3575c50f17d3a27cfc1.tar.gz
openrc-9bb59a93f2c544b58c1ee3575c50f17d3a27cfc1.tar.bz2
openrc-9bb59a93f2c544b58c1ee3575c50f17d3a27cfc1.tar.xz
Simply the clock script even more. This makes us very similar to Debians now
Diffstat (limited to 'conf.d.Linux')
-rw-r--r--conf.d.Linux/clock16
1 files changed, 3 insertions, 13 deletions
diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock
index 9fa4547..4f3296e 100644
--- a/conf.d.Linux/clock
+++ b/conf.d.Linux/clock
@@ -1,18 +1,8 @@
-# If you wish to pass any other arguments to hwclock during bootup,
-# you may do so here.
-
-CLOCK_OPTS=""
-
# Set CLOCK_ADJTIME if you wish hwclock to try and handle clock drift.
# Don't set this if you run a ntp service or anything else that handles
# clock drift.
CLOCK_ADJTIME="no"
-
-### ALPHA SPECIFIC OPTIONS ###
-
-# If your alpha uses the SRM console, set this to "yes".
-SRM="no"
-
-# If your alpha uses the ARC console, set this to "yes".
-ARC="no"
+# If you wish to pass any other arguments to hwclock during bootup,
+# you may do so here. Alpha users may wish to use --arc or --srm here.
+CLOCK_OPTS=""