summaryrefslogtreecommitdiffstats
path: root/main/ppp/plog
diff options
context:
space:
mode:
Diffstat (limited to 'main/ppp/plog')
-rw-r--r--main/ppp/plog7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/ppp/plog b/main/ppp/plog
new file mode 100644
index 00000000..84d2c734
--- /dev/null
+++ b/main/ppp/plog
@@ -0,0 +1,7 @@
+#!/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