On Fri, 12 Dec 2003, Andre Grove wrote: > sorry. i have too much faith in ESP i guess. this is the script that is > supposed to run: > > #!/usr/local/bin/bash
Use /bin/sh unless your script specifically requires features from another shell. This is better for portability and avoiding bad habits like writing shell scripts that require bash. 8-) > /usr/sbin/pppd /dev/caau1 modem crtscts 115200 lock asyncmap 0 > defaultroute debug passive persist Try /dev/cuaa1 instead. -Warren Block * Rapid City, South Dakota USA _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
