Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3ac34db095b6463b9631ebb333da229e > files > 69

ppp-2.4.5-17.1.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