1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/main/openntpd/ntp-user.patch
2015-09-17 14:31:10 +02:00

13 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