diff options
| -rw-r--r-- | recipes/ppp/files/poff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ppp/files/poff b/recipes/ppp/files/poff index 0521a9406a..b2042efd17 100644 --- a/recipes/ppp/files/poff +++ b/recipes/ppp/files/poff @@ -2,6 +2,7 @@ # Lets see how many pppds are running.... set -- `cat /var/run/ppp*.pid 2>/dev/null` +set -- `pidof pppd` case $# in 0) # pppd only creates a pid file once ppp is up, so let's try killing pppd |
