Searched refs:PPPDIR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd28 PPPDIR=/etc/ppp; export PPPDIR
37 if [ -f $PPPDIR/ifconfig ]; then
38 . $PPPDIR/ifconfig
40 if [ -f $PPPDIR/demand ]; then
41 . $PPPDIR/demand
43 if [ -f $PPPDIR/pppoe.if ] && [ -x /usr/sbin/sppptun ]; then
45 $PPPDIR/pppoe.if | \
55 if [ -f $PPPDIR/pppoe ] && [ -x /usr/lib/inet/pppoed ]; then
65 if [ -f $PPPDIR/ifconfi
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A DMakefile27 PPPDIR= ppp macro
35 ETCPPPDIR= $(ROOTETC)/$(PPPDIR)

Completed in 59 milliseconds