Date: Tue, 22 Apr 2008 08:07:06 +0900 From: Randy Bush <randy@psg.com> To: Brooks Davis <brooks@freebsd.org> Cc: current@freebsd.org Subject: Re: /etc/rc.d/ppp ppp_unit Message-ID: <480D1E1A.9010109@psg.com> In-Reply-To: <20080421164159.GB19629@lor.one-eyed-alien.net> References: <480C88AC.8020708@psg.com> <20080421164159.GB19629@lor.one-eyed-alien.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Brooks Davis wrote:
> On Mon, Apr 21, 2008 at 09:29:32PM +0900, Randy Bush wrote:
>> # Check for hard wired unit
>>
>> eval _ppp_unit=\$ppp_${_ppp_profile_cleaned}_unit
>> if [ -n "_ppp_unit" ]; then
>> _ppp_unit="-unit${_ppp_unit}"
>> fi
>> rc_flags="$rc_flags $_ppp_unit"
>>
>> creates the illegal invocation "-unit" when /etc/ppp/ppp.conf has
>>
>> set device PPPoE:vr0
>>
>> and needs no unit
>>
>> manually starting
>>
>> ppp -dedicated -nat foo
>>
>> works fine. but invoking /etc/rc.d/ppp start does not work
>
> This was fixed in CURRENT with rev 1.19 on April 6th.
cvsupping now. as it is a soekris, makes will take a while.
note also that this does not fix the problem that, when you use loadable
modules as opposed to kernel build, it needs to be hacked to rely on
ldconfig
# REQUIRE: netif isdnd ldconfig
^^^^^^^^
randy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?480D1E1A.9010109>
