]> git.ozlabs.org Git - ppp.git/blob - scripts/plog
Fix for CLang -Wformat-overflow warning, expand the destination array to fit a number.
[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