X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=scripts%2Fplog;fp=scripts%2Fplog;h=7cb53346413d7b52e8ecc6757be0e990bb4beecd;hp=84d2c7340cc64cd4f86ffa9af87504c8055b9c03;hb=733c00a6ce0244ba5003f4f71a014db8200a30fe;hpb=84684243d651f55f6df69d2a6707b52fbbe62bb9 diff --git a/scripts/plog b/scripts/plog index 84d2c73..7cb5334 100644 --- a/scripts/plog +++ b/scripts/plog @@ -3,5 +3,5 @@ if [ -s /var/log/ppp.log ]; then exec tail "$@" /var/log/ppp.log else - exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\[' + exec grep ' \(pppd\|chat\)\[' /var/log/syslog | tail "$@" fi