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 1QGMjv-0007ql-TS for garchives@archives.gentoo.org; Sun, 01 May 2011 02:50:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1865B1C06B; Sun, 1 May 2011 02:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE5CD1C06B for ; Sun, 1 May 2011 02:49:09 +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 9A6B52AC00D for ; Sun, 1 May 2011 02:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 09CAE8050B for ; Sun, 1 May 2011 02:49:09 +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:master commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: autoconfig X-VCS-Directories: / X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d4de54b7e4af5ad5ba3310ff8248f9bb876b5b4c Date: Sun, 1 May 2011 02:49:09 +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: 4ec9ab62dd453e59c4dfed968a837edc commit: d4de54b7e4af5ad5ba3310ff8248f9bb876b5b4c Author: William Hubbs gentoo org> AuthorDate: Fri Feb 11 23:45:14 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=3Dd4de54b7 remove hal support --- autoconfig | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/autoconfig b/autoconfig index 4fb083b..565400a 100755 --- a/autoconfig +++ b/autoconfig @@ -14,7 +14,6 @@ DMRAID=3D"yes" EVMS=3D"no" FIREWIRE=3D"yes" GPM=3D"yes" -HALD=3D"yes" IDEDMA=3D"yes" LVM=3D"no" MDADM=3D"yes" @@ -48,7 +47,6 @@ get_config() { EVMS=3D"no" FIREWIRE=3D"no" GPM=3D"no" - HALD=3D"no" LVM=3D"no" MDADM=3D"no" NET=3D"no" @@ -263,7 +261,6 @@ list_services() { svcs=3D"${svcs} $(check_svc ${BRLTTY} brltty)" svcs=3D"${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)" svcs=3D"${svcs} $(check_svc ${GPM} gpm)" - svcs=3D"${svcs} $(check_svc ${HALD} hald)" svcs=3D"${svcs} $(check_svc ${IDEDMA} hdparm)" svcs=3D"${svcs} $(check_svc ${NFS} nfsmount)" svcs=3D"${svcs} $(check_svc ${PASSWD} pwgen)"