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:
83cbb11
)
Helps to have an /sbin/init..
author
Chris Larson
<clarson@kergoth.com>
Fri, 5 Dec 2003 04:49:36 +0000
(
04:49
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 5 Dec 2003 04:49:36 +0000
(
04:49
+0000)
BKrev: 3fd00e60wgvaq5xlwoWJggT2gjojwQ
sysvinit/sysvinit_2.85.oe
patch
|
blob
|
history
diff --git
a/sysvinit/sysvinit_2.85.oe
b/sysvinit/sysvinit_2.85.oe
index
e2d5cf3
..
08fd67e
100644
(file)
--- a/
sysvinit/sysvinit_2.85.oe
+++ b/
sysvinit/sysvinit_2.85.oe
@@
-55,14
+55,11
@@
do_stage () {
pkg_postinst () {
set -e
-# if [ X"$1" != Xconfigure ]; then
-# exit 0
-# fi
# FIXME: use update-alternatives.. but what if the user doesnt have it?
# if [ -n "`which update-alternatives 2>/dev/null`" ]; then
# update-alternatives blah
# else
- ln -sf sysvinit /sbin/init
+ ln -sf sysvinit
${D}
/sbin/init
# fi
exit 0
}