Home
last modified time | relevance | path

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

/net-tools-2.7.6/
Dloop-pppd.sh17 DEV=/tmp/ppp.dev
19 if [ ! -L "$DEV" ]; then
20 echo "The $DEV is not a symbolic link to PTY."
25 PTS_DEV=`find $DEV -ls -type l | awk -F' ' '{ print $13 }'`