From 464882579e578c9368779f57c4965fcad143ad7c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 10 Feb 2011 21:10:58 +0000 Subject: Migrate BRLTTY to depend block, another good example for simple calls. --- autoconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'autoconfig') diff --git a/autoconfig b/autoconfig index f4a9a6d..e9eba0f 100755 --- a/autoconfig +++ b/autoconfig @@ -260,6 +260,7 @@ list_services() { local svcs="$(check_svc ${ACPI} acpid)" svcs="${svcs} $(check_svc ${ALSA} alsasound)" svcs="${svcs} $(check_svc ${APM} apmd)" + svcs="${svcs} $(check_svc ${BRLTTY} brltty)" svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)" svcs="${svcs} $(check_svc ${GPM} gpm)" svcs="${svcs} $(check_svc ${HALD} hald)" @@ -401,10 +402,7 @@ start() { echo "0" > /proc/sys/kernel/printk get_config - if [ "${BRLTTY}" = "yes" ] - then - [ -x /etc/init.d/brltty ] && /etc/init.d/brltty start - fi + # DONE: BRLTTY migrated to depend if [ "${SPEAKUP}" = "yes" ] then -- cgit v1.2.3-65-gdbad