summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ppp/plog
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/ppp/plog')
-rw-r--r--abs/core-testing/ppp/plog7
1 files changed, 0 insertions, 7 deletions
diff --git a/abs/core-testing/ppp/plog b/abs/core-testing/ppp/plog
deleted file mode 100644
index 84d2c73..0000000
--- a/abs/core-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