]> git.ozlabs.org Git - ppp.git/blob - scripts/plog
pppoe-discovery: add options to tune discovery timeout and attempts
[ppp.git] / 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 grep ' \(pppd\|chat\)\[' /var/log/syslog | tail "$@"
7 fi