|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
HPUX PPP Bug - bugger.ppl
Aleph One (aleph1
DFW.NET)Sat, 12 Oct 1996 12:38:44 -0700
- Messages sorted by: [ date ][ thread ][ subject ][ author ]
- Next message: Avi Freedman: "Re: Excellent host SYN-attack fix for BSD hosts"
- Previous message: Bryan Reece: "Re: Poorly setup news servers"
#!/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
- Next message: Avi Freedman: "Re: Excellent host SYN-attack fix for BSD hosts"
- Previous message: Bryan Reece: "Re: Poorly setup news servers"