Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7e28df6302c51b7b7b02f11a3bd9e4ec > files > 69

ppp-2.4.5-17.mga4.x86_64.rpm

#!/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