From d9dddfea0ed921ea91d3a04a3e417487448c0e56 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 14 Aug 2015 12:39:30 -0400 Subject: [PATCH] Fix problems with getdate installation --- stage3/pkg/{getdate => getdate_rfc868} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename stage3/pkg/{getdate => getdate_rfc868} (96%) diff --git a/stage3/pkg/getdate b/stage3/pkg/getdate_rfc868 similarity index 96% rename from stage3/pkg/getdate rename to stage3/pkg/getdate_rfc868 index 3c2461f..9731327 100644 --- a/stage3/pkg/getdate +++ b/stage3/pkg/getdate_rfc868 @@ -23,14 +23,14 @@ NTP_HOST1=205.188.185.33 #Service Area: Canada #Access Policy: open access #Contact: time@nrc.ca -#Note: time is an alias and the IP address may change; please use DNS. +#Note: time is an alias and the IP address may change; please use DNS. NTP_HOST2=132.246.168.148 echo -n "Synchronizing kernel time via NTP server:" getdate -adjust 1 600 \${NTP_HOST1} \${NTP_HOST2} exit 0 EOF - chmod 740 /usr/local/bin/hvgetdate + chmod 755 /usr/local/bin/hvgetdate # Adding fcrontab entry install -v -m644 ${SCRDIR}/misc/hvgetdate /etc/fcron/fcron.d -- 2.20.1