summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-23 22:29:18 +0000
committerRoy Marples <roy@marples.name>2007-11-23 22:29:18 +0000
commit85fe5ae12d82690ad0e3479533cbddb7387528f4 (patch)
tree652b92d055345b14893720268abbada2d2218f66 /conf.d.Linux
parent206f7096e0b4c155b77a64b91990a5d8c91c9764 (diff)
downloadopenrc-85fe5ae12d82690ad0e3479533cbddb7387528f4.tar.gz
openrc-85fe5ae12d82690ad0e3479533cbddb7387528f4.tar.bz2
openrc-85fe5ae12d82690ad0e3479533cbddb7387528f4.tar.xz
lowercase clock vars
Diffstat (limited to 'conf.d.Linux')
-rw-r--r--conf.d.Linux/clock6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock
index 4f3296e..02471b2 100644
--- a/conf.d.Linux/clock
+++ b/conf.d.Linux/clock
@@ -1,8 +1,8 @@
-# Set CLOCK_ADJTIME if you wish hwclock to try and handle clock drift.
+# 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"
+clock_adjtime="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=""
+clock_args=""