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 1QGMkn-0007zB-RU for garchives@archives.gentoo.org; Sun, 01 May 2011 02:51:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF8E51C076; Sun, 1 May 2011 02:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1E941C076 for ; Sun, 1 May 2011 02:49:12 +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 6DBC72AC018 for ; Sun, 1 May 2011 02:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CF55980506 for ; Sun, 1 May 2011 02:49:11 +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: <2ca561fc6ccfe1407de33597a5a2282715581a77.williamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/autoconfig X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2ca561fc6ccfe1407de33597a5a2282715581a77 Date: Sun, 1 May 2011 02:49:11 +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: 4f606f1684fcc5a4d98a830736ef3fc2 commit: 2ca561fc6ccfe1407de33597a5a2282715581a77 Author: William Hubbs gentoo org> AuthorDate: Sun Feb 13 20:20:17 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun May 1 02:46:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D2ca561fc add a message so we know autoconfig has started --- init.d/autoconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/init.d/autoconfig b/init.d/autoconfig index 9eec5ce..eb21020 100755 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -410,6 +410,7 @@ detect_sparc() { } =20 start() { + einfo "starting autoconfig" echo "0" > /proc/sys/kernel/printk get_config =20