Date: Sat, 13 Dec 2003 09:53:54 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Andre Grove <ondrugs@ananzi.co.za> Cc: freebsd-questions@freebsd.org Subject: Re: startup scripts in /usr/local/etc/rc.d Message-ID: <20031213095123.P66318@wonkity.com> In-Reply-To: <3FD9C4BB.6050804@ananzi.co.za> References: <20031211173501.G4978@asu.edu> <441xrah8wx.fsf@be-well.ilk.org> <3FD9A0E3.6050206@ananzi.co.za> <44r7zaky60.fsf@be-well.ilk.org> <3FD9C4BB.6050804@ananzi.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031213095123.P66318>