aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/600-allow-ntpd-non-root.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/600-allow-ntpd-non-root.patch')
-rw-r--r--package/utils/busybox/patches/600-allow-ntpd-non-root.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/utils/busybox/patches/600-allow-ntpd-non-root.patch b/package/utils/busybox/patches/600-allow-ntpd-non-root.patch
deleted file mode 100644
index b5d4c2a07d..0000000000
--- a/package/utils/busybox/patches/600-allow-ntpd-non-root.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/networking/ntpd.c
-+++ b/networking/ntpd.c
-@@ -2414,9 +2414,6 @@ static NOINLINE void ntp_init(char **arg
-
- srand(getpid());
-
-- if (getuid())
-- bb_error_msg_and_die(bb_msg_you_must_be_root);
--
- /* Set some globals */
- G.discipline_jitter = G_precision_sec;
- G.stratum = MAXSTRAT;