ntp: fix issue with INITSCRIPT_NAME
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 27 May 2007 17:22:19 +0000 (17:22 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 27 May 2007 17:22:19 +0000 (17:22 +0000)
packages/ntp/ntp.inc
packages/ntp/ntp_4.2.0.bb
packages/ntp/ntp_4.2.2p3.bb

index 5e8c75b..6a14521 100644 (file)
@@ -16,6 +16,10 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
 
 inherit autotools update-rc.d
 
+INITSCRIPT_NAME = "ntpd"
+# No dependencies, so just go in at the standard level (20)
+INITSCRIPT_PARAMS = "defaults"
+
 # The ac_cv_header_readline_history is to stop ntpdc depending on either
 # readline or curses
 EXTRA_OECONF = "--without-openssl --without-crypto ac_cv_header_readline_history_h=no"
index 116fe58..63e7d55 100644 (file)
@@ -10,11 +10,6 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
        file://ntp.conf \
        file://ntpdate"
 
-
-INITSCRIPT_NAME = "ntpd"
-# No dependencies, so just go in at the standard level (20)
-INITSCRIPT_PARAMS = "defaults"
-
 PROVIDES = "ntpdate-${PV} ntpdate-${PV}-${PR} ntpdate"
 
 #This is too painful - perl is only needed for ntp-wait and ntptrace, which are
index cc7c377..28853e4 100644 (file)
@@ -7,10 +7,6 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
        file://ntpdate"
 
 
-INITSCRIPT_NAME = "ntpd"
-# No dependencies, so just go in at the standard level (20)
-INITSCRIPT_PARAMS = "defaults"
-
 # 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"