aports/main/openntpd/ntp-user.patch
2015-09-17 14:31:10 +02:00

14 lines
268 B
Diff

diff --git a/src/ntpd.h b/src/ntpd.h
index 6403391..cc41d42 100644
--- a/src/ntpd.h
+++ b/src/ntpd.h
@@ -37,7 +37,7 @@
#define MAXIMUM(a, b) ((a) > (b) ? (a) : (b))
#ifndef NTPD_USER
-#define NTPD_USER "_ntp"
+#define NTPD_USER "ntp"
#endif
#ifndef SYSCONFDIR