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 1Po2gM-0007vJ-Vb for garchives@archives.gentoo.org; Fri, 11 Feb 2011 23:45:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20307E09D6; Fri, 11 Feb 2011 23:45:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1538E09D6 for ; Fri, 11 Feb 2011 23:45:29 +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 40AEF1B4026 for ; Fri, 11 Feb 2011 23:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 70EC68006A for ; Fri, 11 Feb 2011 23:45:28 +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: <1ec3277ab0c3f8438997d5e559da3f8d098efc98.williamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:bl2-only 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: 1ec3277ab0c3f8438997d5e559da3f8d098efc98 Date: Fri, 11 Feb 2011 23:45:28 +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: 32b37d8851c7cacdd014e15c498dacaf commit: 1ec3277ab0c3f8438997d5e559da3f8d098efc98 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 11 23:45:14 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 11 23:45:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D1ec3277a 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)"