Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: sh/
Date: Thu, 29 Nov 2012 23:45:54
Message-Id: 1354232570.3f719bbb8ba8cb82ef3253b2415236b5ad93ed32.WilliamH@OpenRC
1 commit: 3f719bbb8ba8cb82ef3253b2415236b5ad93ed32
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 26 03:27:36 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 23:42:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=3f719bbb
7
8 migrate-to-run: Remove old RC_SVCDIR after unmounting tmpfs
9
10 reporrrrted-by: netfab <AT> gmail.com
11 X-Gentoo-Bug: 443996
12 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=443996
13
14 ---
15 sh/migrate-to-run.sh.in | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in
19 index aa31c62..6689f88 100644
20 --- a/sh/migrate-to-run.sh.in
21 +++ b/sh/migrate-to-run.sh.in
22 @@ -43,7 +43,7 @@ fi
23 rm -rf "@PREFIX@/run/openrc"
24 cp -a "@LIBEXECDIR@/init.d" "@PREFIX@/run/openrc"
25 rc-update -u
26 -rm -rf "@LIBEXECDIR@/init.d"
27 umount "@LIBEXECDIR@/init.d"
28 +rm -rf "@LIBEXECDIR@/init.d"
29 einfo "The OpenRC dependency data was migrated successfully."
30 exit 0