CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/10/30 10:41:53
Modified files: usr.sbin/ntpd : ntp.c ntpd.8 Log message: Remove support for sending status reports to syslog on SIGINFO; we have ntpctl now and ntpd doesn't need redundant/obsolete features. Pointed out by naddy@, with input from zhuk@ (SIGINFO doesn't need SIG_IGN) OK deraadt@