From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from oflmta02bw.bigpond.com ([139.134.6.23]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16PYhq-0008M0-00 for ; Sat, 12 Jan 2002 19:41:02 -0500 Received: from data.home ([144.135.24.84]) by oflmta02bw.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GPUQ8600.EPM for ; Sun, 13 Jan 2002 10:48:06 +1000 Received: from CPE-144-136-137-64.qld.bigpond.net.au ([144.136.137.64]) by bwmam06.mailsvc.email.bigpond.com(MailRouter V3.0h 47/5405896); 13 Jan 2002 10:41:02 Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 16PYhq-0002NQ-00; Sun, 13 Jan 2002 10:41:02 +1000 Date: Sun, 13 Jan 2002 10:41:02 +1000 From: Geoff Shang To: speakup@braille.uwo.ca Subject: Re: initializing speakup In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: On Sat, 12 Jan 2002, Janina Sajka wrote: > /etc/speakup/ltlk, /etc/speakup/bns, etc. I have not implemented this yet, > though, because I'm not quite smart enough yet with shell scripts to read > in the value of /proc/synth and use that value to trigger sourcing the > appropriate subdirectory of /etc/speakup. This is easy. You can just use the output of "cat /proc/speakup/synth" in your directory string as follows: cp /etc/speakup/`cat /proc/speakup/synth` /proc/speakup I love that command syntax. Geoff.