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: Thu, 29 Dec 2011 23:34:12
Message-Id: 6c8e8e2a964d28cc3924e61a371412f97d51b771.WilliamH@gentoo
1 commit: 6c8e8e2a964d28cc3924e61a371412f97d51b771
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 23:27:54 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 23:28:05 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6c8e8e2a
7
8 disable /run migration until we have /run in baselayout
9
10 ---
11 init.d/bootmisc.in | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
15 index 96455ad..50c5641 100644
16 --- a/init.d/bootmisc.in
17 +++ b/init.d/bootmisc.in
18 @@ -117,7 +117,7 @@ start()
19 fi
20 done
21
22 - if [ "$RC_UNAME" = Linux -a -d /run ]; then
23 + if [ "$RC_UNAME" = Linux -a -d /run -a false ]; then
24 migrate_to_run /var/lock /run/lock
25 migrate_to_run /var/run /run
26 fi