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