startup scripts in /usr/local/etc/rc.d

Warren Block wblock at wonkity.com
Sat Dec 13 08:54:14 PST 2003


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


More information about the freebsd-questions mailing list