git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab64262
)
Put update-rc.d in ${sbindir} rather than /sbin.
author
Chris Larson
<clarson@kergoth.com>
Fri, 2 Jul 2004 23:18:15 +0000
(23:18 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/update-rc.d/update-rc.d_0.3.oe
b/update-rc.d/update-rc.d_0.3.oe
index
e69de29
..
0df1c78
100644
(file)
--- a/
update-rc.d/update-rc.d_0.3.oe
+++ b/
update-rc.d/update-rc.d_0.3.oe
@@
-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
+}
+