Put update-rc.d in ${sbindir} rather than /sbin.
authorChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:18:15 +0000 (23:18 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:18:15 +0000 (23:18 +0000)
BKrev: 40e5ed37DE_1SvT5lrhiIjSit0sE-A

update-rc.d/update-rc.d_0.3.oe

index e69de29..0df1c78 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "base"
+PRIORITY = "standard"
+DESCRIPTION = "Manage symlinks in /etc/rcN.d"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+S = ${WORKDIR}/update-rc.d
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_3"
+
+do_compile() {
+}
+
+do_install() {
+       install -d ${D}/${sbindir}
+       install -m 0755 ${S}/update-rc.d ${D}/${sbindir}/update-rc.d
+}
+