From fd43073321f6a47c7d8e6704019dc5021563bd20 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 30 Mar 2010 14:05:35 +0200 Subject: [PATCH] util-linux-ng: swapoff is symlink to swapon Signed-off-by: Marcin Juszkiewicz --- recipes/util-linux-ng/util-linux-ng.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} } -- 2.39.5