Re: request-route

Mihai SANDU (mike@HADES.ROBOTIND.PUB.RO)
Sat, 26 Jul 1997 20:14:18 +0000

Hi.
Well there is another fix than rm -f /sbin/request-route ,a few lines of
shell might do the trick:

LOGFILE=/var/adm/debug;
if [ -f $LOCK -o -L $LOCK ]
then
echo "request-route: Warning !! Lock file /tmp/request-route present!!" >> $LOGFILE
# Uncomment the following line and comment the exit 1 if for some reasons
# U want request-route to delete the lock and go on ..
# rm -f $LOCK
exit 1;
fi

With all my best regards,
Sandu Mihai
p.s.
There can be another annoing shell script wich can be 'buggy'
the same way the request-route is : updatedb (wich runs at 7:00 AM
every day slowing down everything :( )