this is probably a stupid question but, can you do it manually? (i.e., typing it at the command line?) I just want to make sure that the command is available and usable.
try putting the full path for trackpad in the script -> eg: /usr/bin/trackpad notap also, do you need to specify S## & K## w/ update-rc.d? (i don't use it, so I am unsure). make sure the script is executable. > -----Original Message----- > From: Lukasz Studzinski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 4:46 AM > To: [email protected] > Subject: Trackpad problems > > > I am having problems with trackpad - tapping is on by default, and I > want it to be off. I have put "trackpad notap" to > /etc/init.d/bootmisc.sh, but it does not work. So I have > created my own > script called trackpad: > #!/bin/sh > trackpad notap > echo "Stopping trackpad tapping..." > and then "update-rc.d trackpad defaults" and again - it does not work. > Please help. > > Best regards, > Łukasz Studziński > Poland > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >

