On Wed, 31 Oct 2001, Peter Toneby wrote: > If that doesn't work create a file in /etc/init.d/ called mynet that > contains the line "pump -i eth0 --status" Actually, I think I don't want --status on that line, as that will cause it only to check the status and not set it up if I understand it correctly. then symlink this file into rcS.d, like so: > cd /etc/rcS.d; ln -s ../init.d/mynet S40mynet This looks similar to what I did to get brltty running. However, that file was a .sh file and started with #!/bin/sh. Do I want to follow that pattern also in this case or not?