]> git.ozlabs.org Git - ppp.git/blob - scripts/plog
Updated Solaris CI action to fix build error on macOS greater than 10.15. (#327)
[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