]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-logdefault.patch
- rebuild with libevent 2.1.9
[packages/ntp.git] / ntp-logdefault.patch
CommitLineData
5e943971
JB
1--- ntp-4.2.8/ntpd/ntpd.c.orig 2014-12-19 12:58:06.000000000 +0100
2+++ ntp-4.2.8/ntpd/ntpd.c 2015-01-08 16:32:21.460203962 +0100
3@@ -477,7 +477,7 @@ ntpdmain(
4 || HAVE_OPT(SAVECONFIGQUIT))
5 nofork = TRUE;
6
7- init_logging(progname, NLOG_SYNCMASK, TRUE);
8+ init_logging(progname, NLOG_SYNCMASK | NLOG_EVENT | NLOG_STATUS, TRUE);
9 /* honor -l/--logfile option to log to a file */
10 if (HAVE_OPT(LOGFILE)) {
11 logfilename = OPT_ARG(LOGFILE);
This page took 0.048633 seconds and 4 git commands to generate.