From: Marcin Juszkiewicz Date: Tue, 30 Mar 2010 12:05:35 +0000 (+0200) Subject: util-linux-ng: swapoff is symlink to swapon X-Git-Tag: Release-2010-05/1~152^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd43073321f6a47c7d8e6704019dc5021563bd20;p=openembedded.git util-linux-ng: swapoff is symlink to swapon Signed-off-by: Marcin Juszkiewicz --- diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 7c6c8e9e8b..20fe25ffd6 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -8,7 +8,7 @@ inherit autotools DEFAULT_PREFERENCE = "-1" -INC_PR = "r17" +INC_PR = "r18" # allows for a release candidate RC ?= "" @@ -257,12 +257,12 @@ pkg_prerm_util-linux-ng-losetup () { } pkg_postinst_util-linux-ng-swaponoff () { - update-alternatives --install ${base_sbindir}/swapoff swapoff swapoff.${PN} 100 + update-alternatives --install ${base_sbindir}/swapoff swapoff swapon.${PN} 100 update-alternatives --install ${base_sbindir}/swapon swapon swapon.${PN} 100 } pkg_prerm_util-linux-ng-swaponoff () { - update-alternatives --remove swapoff swapoff.${PN} + update-alternatives --remove swapoff swapon.${PN} update-alternatives --remove swapon swapon.${PN} }