[Bug 264904] /etc/rc.d/ntpd undefined variable: $ntp_leapfile_fetch_opts

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Jul 2022 14:33:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264904

Mateusz Piotrowski <0mp@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
           Assignee|bugs@FreeBSD.org            |0mp@FreeBSD.org
         Resolution|---                         |Works As Intended
                 CC|                            |0mp@FreeBSD.org

--- Comment #1 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
Thank you for the report.

It is defined in the default rc.conf:

    $ rg ntp_leapfile_fetch_opts /etc
    /etc/defaults/rc.conf
    412:ntp_leapfile_fetch_opts="-mq"       # Options to use for ntp leapfile
fetch,
    /etc/rc.d/ntpd
    227:                    fetch $ntp_leapfile_fetch_opts -o
$_ntp_tmp_leapfile $url && break

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