[git commit master 1/1] Set HWCLOCK_ADJTIME_FHS to off by default

Denys Vlasenko vda.linux at googlemail.com
Tue Aug 10 13:14:36 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=81d9e60a88c471c585168659e41cf50aa3653a1c
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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 98953c1..afa3092 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -333,7 +333,7 @@ config FEATURE_HWCLOCK_LONG_OPTIONS
 
 config FEATURE_HWCLOCK_ADJTIME_FHS
 	bool "Use FHS /var/lib/hwclock/adjtime"
-	default y
+	default n  # util-linux-ng in Fedora 13 still uses /etc/adjtime
 	depends on HWCLOCK
 	help
 	  Starting with FHS 2.3, the adjtime state file is supposed to exist
-- 
1.7.1



More information about the busybox-cvs mailing list