Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: /
Date: Sun, 01 May 2011 02:51:19
Message-Id: 464882579e578c9368779f57c4965fcad143ad7c.williamH@gentoo
1 commit: 464882579e578c9368779f57c4965fcad143ad7c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 10 21:10:58 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:42:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=46488257
7
8 Migrate BRLTTY to depend block, another good example for simple calls.
9
10 ---
11 autoconfig | 6 ++----
12 1 files changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/autoconfig b/autoconfig
15 index f4a9a6d..e9eba0f 100755
16 --- a/autoconfig
17 +++ b/autoconfig
18 @@ -260,6 +260,7 @@ list_services() {
19 local svcs="$(check_svc ${ACPI} acpid)"
20 svcs="${svcs} $(check_svc ${ALSA} alsasound)"
21 svcs="${svcs} $(check_svc ${APM} apmd)"
22 + svcs="${svcs} $(check_svc ${BRLTTY} brltty)"
23 svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)"
24 svcs="${svcs} $(check_svc ${GPM} gpm)"
25 svcs="${svcs} $(check_svc ${HALD} hald)"
26 @@ -401,10 +402,7 @@ start() {
27 echo "0" > /proc/sys/kernel/printk
28 get_config
29
30 - if [ "${BRLTTY}" = "yes" ]
31 - then
32 - [ -x /etc/init.d/brltty ] && /etc/init.d/brltty start
33 - fi
34 + # DONE: BRLTTY migrated to depend
35
36 if [ "${SPEAKUP}" = "yes" ]
37 then