aboutsummaryrefslogtreecommitdiffstats
path: root/main/openntpd/ntp-user.patch
blob: 200676c860a65b2410498b5d39e20a6c06ed7b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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