blob: 84d2c7340cc64cd4f86ffa9af87504c8055b9c03 [file] [log] [blame]
#!/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