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:
d11a22c
)
fix typo - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 1 May 2004 08:57:20 +0000
(08:57 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 1 May 2004 08:57:20 +0000
(08:57 +0000)
BKrev: 40936670t8pBMV0IO-PFOzwNd_Kxhg
udev/udev_024.oe
patch
|
blob
|
history
diff --git
a/udev/udev_024.oe
b/udev/udev_024.oe
index
94bf4eb
..
fe6b915
100644
(file)
--- a/
udev/udev_024.oe
+++ b/
udev/udev_024.oe
@@
-26,7
+26,7
@@
do_install () {
if [ "${udevdir}" == "/dev" ]; then
install -m 0755 ${S}/extras/start_udev ${D}/etc/init.d/start_udev
install -d ${D}/etc/rcS.d
- ln -s /etc/init.d/start
/
dev ${D}/etc/rcS.d/S37start_udev
+ ln -s /etc/init.d/start
_u
dev ${D}/etc/rcS.d/S37start_udev
else
chmod 0755 ${D}/etc/init.d/udev
fi