mirror of https://github.com/mirror/busybox.git
Set HWCLOCK_ADJTIME_FHS to off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_18_stable
parent
d07b20ff14
commit
81d9e60a88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue