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-340806-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QGMkx-00080v-9Z
	for garchives@archives.gentoo.org; Sun, 01 May 2011 02:51:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5356D1C07D;
	Sun,  1 May 2011 02:49:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 221251C077
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2011 02:49:13 +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 A2B772AC020
	for <gentoo-commits@lists.gentoo.org>; 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 128408050A
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2011 02:49:12 +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: <9ea6722a3511a06eb670258be7274902b7c49b37.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 init.d/gpm-pre
X-VCS-Directories: init.d/
X-VCS-Committer: williamH
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 9ea6722a3511a06eb670258be7274902b7c49b37
Date: Sun,  1 May 2011 02:49:12 +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: 9327fd88b429552cb28fdbcfcda78f95

commit:     9ea6722a3511a06eb670258be7274902b7c49b37
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 03:15:18 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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=3D9ea6722a

start gpm-pre before gpm from autoconfig

---
 init.d/autoconfig |    1 +
 init.d/gpm-pre    |    5 -----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/init.d/autoconfig b/init.d/autoconfig
index eb21020..55fbcfd 100755
--- a/init.d/autoconfig
+++ b/init.d/autoconfig
@@ -272,6 +272,7 @@ list_services() {
 	svcs=3D"${svcs} $(check_svc ${APM} apmd)"
 	svcs=3D"${svcs} $(check_svc ${BRLTTY} brltty)"
 	svcs=3D"${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)"
+	svcs=3D"${svcs} $(check_svc ${GPM} gpm-pre)"
 	svcs=3D"${svcs} $(check_svc ${GPM} gpm)"
 	svcs=3D"${svcs} $(check_svc ${IDEDMA} hdparm)"
 	svcs=3D"${svcs} $(check_svc ${NFS} nfsmount)"

diff --git a/init.d/gpm-pre b/init.d/gpm-pre
index af52b0e..f44e5c2 100755
--- a/init.d/gpm-pre
+++ b/init.d/gpm-pre
@@ -3,11 +3,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
=20
-# Do one of the following:
-# Add to /etc/rc.conf: rc_gpm_need=3D"autoconfig-gpm-pre"
-# XOR
-# Add to /etc/conf.d/gpm: rc_need=3D"autoconfig-gpm-pre"
-
 depend() {
 	before gpm
 	need hwsetup