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:
1b460b4
)
util-linux-ng: only delete bogus symlink, not all swap* binaries for crazy people...
author
Koen Kooi
<koen@openembedded.org>
Sat, 20 Jun 2009 10:25:01 +0000
(12:25 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 20 Jun 2009 10:25:01 +0000
(12:25 +0200)
recipes/util-linux-ng/util-linux-ng.inc
patch
|
blob
|
history
diff --git
a/recipes/util-linux-ng/util-linux-ng.inc
b/recipes/util-linux-ng/util-linux-ng.inc
index
9bfcc03
..
59d2f08
100644
(file)
--- a/
recipes/util-linux-ng/util-linux-ng.inc
+++ b/
recipes/util-linux-ng/util-linux-ng.inc
@@
-131,7
+131,7
@@
do_install () {
install -d ${D}${sysconfdir}/default/
echo 'MOUNTALL="-t nonfs,nosmbfs,noncpfs"' > ${D}${sysconfdir}/default/mountall
- rm ${D}${sbindir}/swap
*
-f
+ rm ${D}${sbindir}/swap
off
-f
ln -sf ${base_sbindir}/swapon.${PN} ${D}${base_sbindir}/swapoff.${PN}
ln -sf ${sbindir}/shutdown ${D}${sbindir}/reboot.${PN}
ln -sf ${sbindir}/shutdown ${D}${sbindir}/halt.${PN}