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 <gentoo-commits+bounces-340817-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QGNf2-0003b5-1C
	for garchives@archives.gentoo.org; Sun, 01 May 2011 03:49:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A92E11C004;
	Sun,  1 May 2011 03:49:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7621D1C004
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2011 03:49:24 +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 028401B402F
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2011 03:49:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 41FA580505
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2011 03:49:23 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <363bac75e34c987c361e143aea58ecf06a231502.williamH@gentoo>
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
X-VCS-Repository: proj/livecd-tools
X-VCS-Files: init.d/fixinittab
X-VCS-Directories: init.d/
X-VCS-Committer: williamH
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 363bac75e34c987c361e143aea58ecf06a231502
Date: Sun,  1 May 2011 03:49:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 58973bbb4b27a2d9f8a99dd940076a53

commit:     363bac75e34c987c361e143aea58ecf06a231502
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sun May  1 03:47:34 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun May  1 03:47:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.=
git;a=3Dcommit;h=3D363bac75

comment out the ttyB0 line in inittab

I would like to thank gmsoft for this patch.

---
 init.d/fixinittab |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/init.d/fixinittab b/init.d/fixinittab
index c65fcdc..d355684 100755
--- a/init.d/fixinittab
+++ b/init.d/fixinittab
@@ -19,6 +19,7 @@ start()
 	# Comment out current getty settings
 	sed -i -e '/^c[0-9]/ s/^/#/' /etc/inittab
 	sed -i -e '/^s[01]/ s/^/#/' /etc/inittab
+	sed -i -e '/^b0/ s/^/#/' /etc/inittab
=20
 	# SPARC & HPPA console magic
 	if [ "${HOSTTYPE}" =3D "sparc" -o "${HOSTTYPE}" =3D "hppa" -o "${HOSTTY=
PE}" =3D "ppc64" ]