diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 19:39:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 19:39:58 +0200 |
commit | 3c2b903944c48b566358b17d6c6ca8757eb935b4 (patch) | |
tree | 4d481df95a5fa6d07359b066306b47ff1d50144e | |
parent | eee4fbb1c573917dfca130997e589d6bb45bd1f5 (diff) |
disable rdate by default
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 026146662..a82abc8b2 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -609,7 +609,7 @@ config BUSYBOX_PIVOT_ROOT config BUSYBOX_RDATE bool "rdate" - default y + default n help The rdate utility allows you to synchronize the date and time of your system clock with the date and time of a remote networked system using |