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 1PndnK-0005XU-EQ for garchives@archives.gentoo.org; Thu, 10 Feb 2011 21:11:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7806E0AE4; Thu, 10 Feb 2011 21:11:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A4FF7E0AE4 for ; Thu, 10 Feb 2011 21:11:06 +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 2804F1B437E for ; Thu, 10 Feb 2011 21:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 415B980073 for ; Thu, 10 Feb 2011 21:11:05 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <70eb9c7334a7dfd4c54b6faeee41e768b71c0b56.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 70eb9c7334a7dfd4c54b6faeee41e768b71c0b56 Date: Thu, 10 Feb 2011 21:11: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: f39b1db82e8f5207f5c4e5f907e84dc7 commit: 70eb9c7334a7dfd4c54b6faeee41e768b71c0b56 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Feb 10 21:10:58 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Feb 10 21:10:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D70eb9c73 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 5fd4fc5..68b2201 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