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 1QGMkh-0007xN-JX for garchives@archives.gentoo.org; Sun, 01 May 2011 02:51:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65001C035; Sun, 1 May 2011 02:49:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7583B1C02B for ; Sun, 1 May 2011 02:49:07 +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 DD6AF1B4042 for ; Sun, 1 May 2011 02:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A1AC480509 for ; Sun, 1 May 2011 02:49:05 +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: <464882579e578c9368779f57c4965fcad143ad7c.williamH@gentoo> 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: 464882579e578c9368779f57c4965fcad143ad7c Date: Sun, 1 May 2011 02:49:05 +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: afa78a7e9c5f235386bb21d910e38b30 commit: 464882579e578c9368779f57c4965fcad143ad7c Author: Robin H. Johnson gentoo org> AuthorDate: Thu Feb 10 21:10:58 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun May 1 02:42:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D46488257 Migrate BRLTTY to depend block, another good example for simple calls. --- autoconfig | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/autoconfig b/autoconfig index f4a9a6d..e9eba0f 100755 --- a/autoconfig +++ b/autoconfig @@ -260,6 +260,7 @@ list_services() { local svcs=3D"$(check_svc ${ACPI} acpid)" svcs=3D"${svcs} $(check_svc ${ALSA} alsasound)" 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)" svcs=3D"${svcs} $(check_svc ${HALD} hald)" @@ -401,10 +402,7 @@ start() { echo "0" > /proc/sys/kernel/printk get_config =20 - if [ "${BRLTTY}" =3D "yes" ] - then - [ -x /etc/init.d/brltty ] && /etc/init.d/brltty start - fi + # DONE: BRLTTY migrated to depend =20 if [ "${SPEAKUP}" =3D "yes" ] then