bk: 4e92794ewedJBmCVR8e1ZMdncfyDDg
* [Bug 2025] Switching between daemon and kernel loops can doubly-
correct drift
+* [Bug 2028] ntpd -n (nofork) redirects logging to stderr.
* Documentation updates from Dave Mills.
(4.2.7p220) 2011/10/05 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1945] mbg_gps166.h use of _TM_DEFINED conflicts with MS VC.
change_logfile(logfilename, FALSE);
} else {
logfilename = NULL;
- if (nofork) {
- msyslog_term = FALSE;
- syslogit = FALSE;
- change_logfile("stderr", FALSE);
- }
+ if (nofork)
+ msyslog_term = TRUE;
}
msyslog(LOG_NOTICE, "%s\n", Version);