diff options
Diffstat (limited to 'packages/ntp')
-rw-r--r-- | packages/ntp/ntp_4.1.2.bb | 4 | ||||
-rw-r--r-- | packages/ntp/ntp_4.2.0.bb | 2 | ||||
-rw-r--r-- | packages/ntp/ntp_4.2.2p3.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/ntp/ntp_4.1.2.bb b/packages/ntp/ntp_4.1.2.bb index 4af70599f0..dc2d203690 100644 --- a/packages/ntp/ntp_4.1.2.bb +++ b/packages/ntp/ntp_4.1.2.bb @@ -39,10 +39,10 @@ else test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs echo "30 * * * * ${bindir}/ntpdate -s -u pool.ntp.org" >> /etc/cron/crontabs/root fi - + # Dunno why this is here, ask the "nylon" guys :) test -x /etc/init.d/busybox-cron && update-rc.d -s busybox-cron defaults - + update-rc.d -s ntpdate defaults 30 fi } diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb index 26d3664518..0ce7e10ac9 100644 --- a/packages/ntp/ntp_4.2.0.bb +++ b/packages/ntp/ntp_4.2.0.bb @@ -38,7 +38,7 @@ FILES_ntpdate = "${bindir}/ntpdate ${sysconfdir}/init.d/ntpdate" #perl scripts, and installing perl is an enormous overhead for a user who only #needs ntpq #RDEPENDS_ntp-bin = perl -# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms +# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms # with wonky clocks (e.g. OpenSlug) RDEPENDS_${PN} = "${PN}-tickadj" FILES_${PN}-bin = "${bindir}/ntp-wait ${bindir}/ntpdc ${bindir}/ntpq ${bindir}/ntptime ${bindir}/ntptrace" diff --git a/packages/ntp/ntp_4.2.2p3.bb b/packages/ntp/ntp_4.2.2p3.bb index 679f666b46..de755824c9 100644 --- a/packages/ntp/ntp_4.2.2p3.bb +++ b/packages/ntp/ntp_4.2.2p3.bb @@ -31,7 +31,7 @@ PACKAGES += "ntpdate ntp-bin ntp-tickadj ntp-utils" # This should use rc.update FILES_ntpdate = "${bindir}/ntpdate ${sysconfdir}/init.d/ntpdate" -# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms +# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms # with wonky clocks (e.g. OpenSlug) RDEPENDS_${PN} = "${PN}-tickadj" FILES_${PN}-bin = "${bindir}/ntp-wait ${bindir}/ntpdc ${bindir}/ntpq ${bindir}/ntptime ${bindir}/ntptrace" |