diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-10 15:14:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-10 15:14:36 +0200 |
commit | 81d9e60a88c471c585168659e41cf50aa3653a1c (patch) | |
tree | 05944d48ded5a326a553c978af0ba9992f3224d3 | |
parent | d07b20ff14a934c113a53210abb8a91ac587d9a2 (diff) | |
download | busybox-w32-81d9e60a88c471c585168659e41cf50aa3653a1c.tar.gz busybox-w32-81d9e60a88c471c585168659e41cf50aa3653a1c.tar.bz2 busybox-w32-81d9e60a88c471c585168659e41cf50aa3653a1c.zip |
Set HWCLOCK_ADJTIME_FHS to off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | util-linux/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 98953c17b..afa30923b 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -333,7 +333,7 @@ config FEATURE_HWCLOCK_LONG_OPTIONS | |||
333 | 333 | ||
334 | config FEATURE_HWCLOCK_ADJTIME_FHS | 334 | config FEATURE_HWCLOCK_ADJTIME_FHS |
335 | bool "Use FHS /var/lib/hwclock/adjtime" | 335 | bool "Use FHS /var/lib/hwclock/adjtime" |
336 | default y | 336 | default n # util-linux-ng in Fedora 13 still uses /etc/adjtime |
337 | depends on HWCLOCK | 337 | depends on HWCLOCK |
338 | help | 338 | help |
339 | Starting with FHS 2.3, the adjtime state file is supposed to exist | 339 | Starting with FHS 2.3, the adjtime state file is supposed to exist |