diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-25 21:27:36 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-25 21:27:36 -0600 |
commit | 0a72893c8b02e70a51e7ee0148a3fe586a82cd9d (patch) | |
tree | d5e9ae7ef53e1d69feb86bb35452c7235ff2ef90 /sh | |
parent | 4f19c2f512d9a08599b6bdf1129f508fc9a4e055 (diff) |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in index aa31c62a..6689f883 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 |