path: ppp_2.5.2-1+1.2/debian/extra/poff # Get the PIDs of all the pppds running. Could also get these from # /var/run, but pppd doesn't create .pid files until ppp is up. PIDS=$(pidof pppd) # poff is pointless if pppd isn't running. path: ppp_2.5.2-1+1.2/scripts/poff # Get the PIDs of all the pppds running. Could also get these from # /var/run, but pppd doesn't create .pid files until ppp is up. PIDS=`pidof pppd` # poff is pointless if pppd isn't running.