]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-4.2.6p1-logdefault.patch
- start with prio 16 (like rdate)
[packages/ntp.git] / ntp-4.2.6p1-logdefault.patch
CommitLineData
a8809dbd
ER
1diff -up ntp-4.2.6p1/ntpd/ntp_config.c.logdefault ntp-4.2.6p1/ntpd/ntp_config.c
2--- ntp-4.2.6p1/ntpd/ntp_config.c.logdefault 2010-01-24 11:01:45.000000000 +0100
3+++ ntp-4.2.6p1/ntpd/ntp_config.c 2010-03-09 17:44:09.000000000 +0100
4@@ -3794,7 +3794,7 @@ getconfig(
5
6 #endif /* SYS_WINNT */
7 res_fp = NULL;
8- ntp_syslogmask = NLOG_SYNCMASK; /* set more via logconfig */
9+ ntp_syslogmask = NLOG_SYNCMASK | NLOG_EVENT | NLOG_STATUS; /* set more via logconfig */
10
11 /*
12 * install a non default variable with this daemon version
This page took 0.023489 seconds and 4 git commands to generate.