aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-28 03:21:21 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-28 03:21:21 +0000
commit747fc5d5fda30e7d4314d8abe80029f3792602d6 (patch)
treeecfb293f5feba4bcdb9a703b202ab7269ad69c8e /util-linux/Config.in
parent3978e5576e1675c2fac631fcba07a976405b5e4b (diff)
downloadbusybox-w32-747fc5d5fda30e7d4314d8abe80029f3792602d6.tar.gz
busybox-w32-747fc5d5fda30e7d4314d8abe80029f3792602d6.tar.bz2
busybox-w32-747fc5d5fda30e7d4314d8abe80029f3792602d6.zip
allow people to adjtime location
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2cd578332..01da99c41 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -208,6 +208,18 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
208 are overly fond of its long options, such as --hctosys, --utc, etc) 208 are overly fond of its long options, such as --hctosys, --utc, etc)
209 then enable this option. 209 then enable this option.
210 210
211config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS
212 bool " Use FHS /var/lib/hwclock/adjtime"
213 default y
214 depends on CONFIG_HWCLOCK
215 help
216 Starting with FHS 2.3, the adjtime state file is supposed to exist
217 at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
218 to use the FHS behavior, answer Y here, otherwise answer N for the
219 classic /etc/adjtime path.
220
221 http://www.pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
222
211config CONFIG_IPCRM 223config CONFIG_IPCRM
212 bool "ipcrm" 224 bool "ipcrm"
213 default n 225 default n