From fa7187883442441467087c3a954f9f40ee516d78 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Mon, 14 May 2012 13:48:23 +0000 Subject: systemd-systemctl-native: fixed systemctl wrapper's `disable' action Signed-off-by: Mario Domenech Goulart Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl index c4a0a3fade..6e7a05d349 100755 --- a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl +++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl @@ -68,8 +68,8 @@ for service in $services; do ln -s $service_file $ROOT/etc/systemd/system/$r.wants echo "Enabled $service for $wanted_by." else - rm -f $ROOT/etc/systemd/system/$r.wants/$service_file - rmdirs -p $ROOT/etc/systemd/system/$r.wants + rm -f $ROOT/etc/systemd/system/$r.wants/$service + rmdir --ignore-fail-on-non-empty -p $ROOT/etc/systemd/system/$r.wants echo "Disabled $service for $wanted_by." fi done -- cgit 1.2.3-korg