Home
last modified time | relevance | path

Searched refs:_ppp_unit (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dppp21 local _ppp_profile _ppp_mode _ppp_nat _ppp_unit
64 eval _ppp_unit=\$ppp_${_ppp_profile_cleaned}_unit
65 if [ -n "${_ppp_unit}" ]; then
66 _ppp_unit="-unit${_ppp_unit}"
68 rc_flags="$rc_flags $_ppp_unit"