]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-logdefault.patch
ntpd requires libgcc_s.so.1
[packages/ntp.git] / ntp-logdefault.patch
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.025062 seconds and 3 git commands to generate.