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@FreeBSD.org
          Reporter: madpi...@freebsd.org
                CC: c...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to