lowercase clock vars

This commit is contained in:
Roy Marples
2007-11-23 22:29:18 +00:00
parent 206f7096e0
commit 85fe5ae12d
2 changed files with 17 additions and 18 deletions

View File

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