From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Po9lr-0002fm-Dr for garchives@archives.gentoo.org; Sat, 12 Feb 2011 07:19:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA62E074B; Sat, 12 Feb 2011 07:19:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D628EE074B for ; Sat, 12 Feb 2011 07:19:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B781B4026 for ; Sat, 12 Feb 2011 07:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A00E8006A for ; Sat, 12 Feb 2011 07:19:46 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/livecd-tools:bl2-only commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: fixinittab X-VCS-Directories: / X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c4f996d0db913a440ac4e86bb871c83ed568de84 Date: Sat, 12 Feb 2011 07:19:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d997e814d98c5f28f4c1ff10ccd178a7 commit: c4f996d0db913a440ac4e86bb871c83ed568de84 Author: William Hubbs gentoo org> AuthorDate: Sat Feb 12 07:19:37 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Feb 12 07:19:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3Dc4f996d0 fixinittab should start after dev --- fixinittab | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fixinittab b/fixinittab index cadaeb0..b7af2dd 100755 --- a/fixinittab +++ b/fixinittab @@ -2,7 +2,7 @@ =20 depend() { - before dev + after dev } =20 start()