[Bug 207095] [patch] new /etc/rc.d/ntpd script exits before updating leapsecond file on non chrooted setups

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 11 00:56:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207095

            Bug ID: 207095
           Summary: [patch] new /etc/rc.d/ntpd script exits before
                    updating leapsecond file on non chrooted setups
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: madpilot at FreeBSD.org
                CC: cy at FreeBSD.org
             Flags: mfc-stable10?

Created attachment 166862
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166862&action=edit
simple patch

The recent update to the ntpd rc script contains an error imho:

The check for chrooted environment, which causes the precmd to return
immediately if it does not detect a chrooted environment was erroneously put
before the check for the existence of the working copy of the leap seconds
file.

This causes the working copy of the leap seconds file to not be created on
startup, ensuing a warning from ntpd.

Attached patch is a simple fix I have tested.

Also note that this version (containing the mistake) of the ntpd startup script
was merge to stable/10, so this fix should be merged there too ASAP, before
10.3 release.

Thanks in advance.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list