/etc/rc.d/ppp ppp_unit

From: Randy Bush <randy_at_psg.com>
Date: Mon, 21 Apr 2008 21:29:32 +0900
        # 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

randy
Received on Mon Apr 21 2008 - 10:29:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:30 UTC