From owner-freebsd-questions@FreeBSD.ORG Sat Dec 13 08:54:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEBD16A4CE for ; Sat, 13 Dec 2003 08:54:13 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DA443D1D for ; Sat, 13 Dec 2003 08:54:12 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.10/8.12.10) with ESMTP id hBDGrtXV066472; Sat, 13 Dec 2003 09:53:55 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.10/8.12.10/Submit) with ESMTP id hBDGrsEt066469; Sat, 13 Dec 2003 09:53:55 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 13 Dec 2003 09:53:54 -0700 (MST) From: Warren Block To: Andre Grove In-Reply-To: <3FD9C4BB.6050804@ananzi.co.za> Message-ID: <20031213095123.P66318@wonkity.com> 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: startup scripts in /usr/local/etc/rc.d X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 16:54:14 -0000 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