From owner-freebsd-hackers Sat May 26 21:23: 4 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from whizkidtech.net (r43.bfm.org [216.127.220.139]) by hub.freebsd.org (Postfix) with ESMTP id 0C15A37B42C for ; Sat, 26 May 2001 21:22:59 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: (from adam@localhost) by whizkidtech.net (8.11.3/8.11.3) id f4R4LYE00295 for hackers@freebsd.org; Sat, 26 May 2001 23:21:34 -0500 (CDT) (envelope-from adam) Date: Sat, 26 May 2001 23:20:53 -0500 From: "G. Adam Stanislav" To: hackers@freebsd.org Subject: Re: Bizarre shutdown behavior Message-ID: <20010526232053.A279@whizkidtech.net> References: <20010526192545.A275@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010526192545.A275@whizkidtech.net>; from adam@whizkidtech.net on Sat, May 26, 2001 at 07:25:45PM -0500 Organization: Whiz Kid Technomagic X-Assembly-Language: http://int80h.org/ X-Web-Search: http://phonecowboy.master.com/ X-Operating-System: FreeBSD whizkidtech.net 4.3-20010525-STABLE FreeBSD 4.3-20010525-STABLE Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 26, 2001 at 07:25:45PM -0500, G. Adam Stanislav wrote: >What is strange is that after the words "Working in auto mode" it dials >up to my ISP, then hangs up, then prints the rest. I found what was causing it. I had a "ppp" command in /usr/local/etc/rc.d/start.sh . This was the right thing in 3.1, but not quite in 4.3. The problem disappeared when I wrapped it inside a case statement: case "$1" in start) ppp -auto myisp esac Cheers, Adam -- Where two fight, third one wins -- Slovak proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message