Browse Source

disable rdate by default

Waldemar Brodkorb 9 years ago
parent
commit
3c2b903944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/util-linux/Config.in

+ 1 - 1
package/busybox/config/util-linux/Config.in

@@ -609,7 +609,7 @@ config BUSYBOX_PIVOT_ROOT
 
 
 config BUSYBOX_RDATE
 config BUSYBOX_RDATE
 	bool "rdate"
 	bool "rdate"
-	default y
+	default n
 	help
 	help
 	  The rdate utility allows you to synchronize the date and time of your
 	  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
 	  system clock with the date and time of a remote networked system using