diff options
Diffstat (limited to 'repo/openntpd/ntp-user.patch')
-rw-r--r-- | repo/openntpd/ntp-user.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/openntpd/ntp-user.patch b/repo/openntpd/ntp-user.patch new file mode 100644 index 0000000..200676c --- /dev/null +++ b/repo/openntpd/ntp-user.patch @@ -0,0 +1,13 @@ +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 |