Re: [gentoo-user] Editing Init Scripts

2014-05-14 Thread Peter Humphrey
On Wednesday 14 May 2014 09:40:03 Hunter Jozwiak wrote: > Hi all. I wish to edit the Speakup init script such that I don'at have to > type: > > #echo soft > /sys/accessibility/speakup/synth && espeakup > > Every time I boot and login to my system. I added the echo portion of the > command to the

Re: [gentoo-user] Editing Init Scripts

2014-05-14 Thread Neil Bothwick
On Wed, 14 May 2014 09:40:03 -0400, Hunter Jozwiak wrote: > Hi all. I wish to edit the Speakup init script such that I don'at have > to type: > > #echo soft > /sys/accessibility/speakup/synth && espeakup > > Every time I boot and login to my system. I added the echo portion of > the command to

Re: [gentoo-user] Editing Init Scripts

2014-05-14 Thread Alexander Kapshuk
On 05/14/2014 04:40 PM, Hunter Jozwiak wrote: > > Hi all. I wish to edit the Speakup init script such that I don'at have > to type: > > #echo soft > /sys/accessibility/speakup/synth && espeakup > > Every time I boot and login to my system. I added the echo portion of > the command to the start()

[gentoo-user] Editing Init Scripts

2014-05-14 Thread Hunter Jozwiak
Hi all. I wish to edit the Speakup init script such that I don'at have to type: #echo soft > /sys/accessibility/speakup/synth && espeakup Every time I boot and login to my system. I added the echo portion of the command to the start() part of the script, above the ebegin line, but it didn't work