aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntp
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/ntp
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
downloadopenembedded-f907777709b20d8d73e3587026296a6616262229.tar.gz
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/ntp')
-rw-r--r--packages/ntp/ntp_4.1.2.bb4
-rw-r--r--packages/ntp/ntp_4.2.0.bb2
-rw-r--r--packages/ntp/ntp_4.2.2p3.bb2
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"