Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 23:20:53 -0500
From:      "G. Adam Stanislav" <adam@whizkidtech.net>
To:        hackers@freebsd.org
Subject:   Re: Bizarre shutdown behavior
Message-ID:  <20010526232053.A279@whizkidtech.net>
In-Reply-To: <20010526192545.A275@whizkidtech.net>; from adam@whizkidtech.net on Sat, May 26, 2001 at 07:25:45PM -0500
References:  <20010526192545.A275@whizkidtech.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010526232053.A279>