On 2/23/20 7:52 PM, Scott Andrews via blfs-support wrote:


This is a corrected cron file. It seems that the perl srcipt now requires -L flag which is the leapsecond file to update

cat > /etc/cron.monthly/ntp-leap.cron <<- EOF
    #! /bin/sh
    #-----------------------------------------------
    #to update (each month) the leapfile
    #-----------------------------------------------
    /usr/sbin/update-leap -L /etc/ntp.leapseconds
EOF
chmod +x /etc/cron.monthly/ntp-leap.cron

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to