On 2/23/20 8:32 PM, Scott Andrews via blfs-support wrote:

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

Interesting. The man page for update-leap does not mention -L, but I do see it in the script.

I can't find the script you refer to.  Where is it?

  -- Bruce
--
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