Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Sun, 27 Nov 2011 03:00:11
Message-Id: ab01a74405fc316a15549aeda201521ec694981f.WilliamH@gentoo
1 commit: ab01a74405fc316a15549aeda201521ec694981f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 02:57:14 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 02:57:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=ab01a744
7
8 Make migrate-run more verbose
9
10 ---
11 init.d/migrate-run.in | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/init.d/migrate-run.in b/init.d/migrate-run.in
15 index 544acb0..4eec687 100644
16 --- a/init.d/migrate-run.in
17 +++ b/init.d/migrate-run.in
18 @@ -12,11 +12,13 @@ depend()
19
20 start()
21 {
22 + einfo "starting $RC_SVCNAME"
23 return 0
24 }
25
26 stop()
27 {
28 + einfo "completing /var/run and /var/lock migration."
29 if [ -d /run -a ! -L /var/lock -a ! -L /var/run ]; then
30 ebegin "Migrating /var/lock and /var/run to /run"
31 rm -rf /var/lock /var/run