OSDN Git Service

84d2c7340cc64cd4f86ffa9af87504c8055b9c03
[android-x86/external-ppp.git] / ppp-2.4.3 / scripts / plog
1 #!/bin/sh
2
3 if [ -s /var/log/ppp.log ]; then
4   exec tail "$@" /var/log/ppp.log
5 else
6   exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
7 fi