summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-25 21:27:36 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-25 21:27:36 -0600
commit0a72893c8b02e70a51e7ee0148a3fe586a82cd9d (patch)
treed5e9ae7ef53e1d69feb86bb35452c7235ff2ef90 /sh
parent4f19c2f512d9a08599b6bdf1129f508fc9a4e055 (diff)
downloadopenrc-0a72893c8b02e70a51e7ee0148a3fe586a82cd9d.tar.gz
openrc-0a72893c8b02e70a51e7ee0148a3fe586a82cd9d.tar.bz2
openrc-0a72893c8b02e70a51e7ee0148a3fe586a82cd9d.tar.xz
migrate-to-run: Remove old RC_SVCDIR after unmounting tmpfs
reporrrrted-by: netfab@gmail.com X-Gentoo-Bug: 443996 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=443996
Diffstat (limited to 'sh')
-rw-r--r--sh/migrate-to-run.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in
index aa31c62..6689f88 100644
--- a/sh/migrate-to-run.sh.in
+++ b/sh/migrate-to-run.sh.in
@@ -43,7 +43,7 @@ fi
rm -rf "@PREFIX@/run/openrc"
cp -a "@LIBEXECDIR@/init.d" "@PREFIX@/run/openrc"
rc-update -u
-rm -rf "@LIBEXECDIR@/init.d"
umount "@LIBEXECDIR@/init.d"
+rm -rf "@LIBEXECDIR@/init.d"
einfo "The OpenRC dependency data was migrated successfully."
exit 0