summaryrefslogtreecommitdiff
path: root/repo/system/openntpd/ntp-user.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/openntpd/ntp-user.patch')
-rw-r--r--repo/system/openntpd/ntp-user.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/system/openntpd/ntp-user.patch b/repo/system/openntpd/ntp-user.patch
deleted file mode 100644
index 200676c..0000000
--- a/repo/system/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