diff options
Diffstat (limited to 'testing/ppp/plog')
-rw-r--r-- | testing/ppp/plog | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/ppp/plog b/testing/ppp/plog deleted file mode 100644 index 84d2c7340..000000000 --- a/testing/ppp/plog +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ -s /var/log/ppp.log ]; then - exec tail "$@" /var/log/ppp.log -else - exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\[' -fi |