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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to