CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/08/02 07:05:34
Modified files: usr.sbin/ntpd : ntpd.c Log message: ntpd(8) has logic in place to delete its control socket on shutdown, but it currently doesn't call the function control_cleanup to do so. The solution is to simply call that function just before the program quits. "sure" henning@