Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: /
Date: Sun, 01 May 2011 02:50:21
Message-Id: 839b7cfab961f770683f8db713ed2cec4acce0b9.williamH@gentoo
1 commit: 839b7cfab961f770683f8db713ed2cec4acce0b9
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 11 22:26:06 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:46:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=839b7cfa
7
8 fix dependency in fixinittab
9
10 fixinittab should go in the boot runlevel, not sysinit, and it should
11 run after procfs.
12
13 ---
14 fixinittab | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/fixinittab b/fixinittab
18 index b68be31..d5dddc6 100755
19 --- a/fixinittab
20 +++ b/fixinittab
21 @@ -2,7 +2,7 @@
22
23 depend()
24 {
25 - before dev
26 + after procfs
27 }
28
29 start()