Bug#302436: 0dns-up does not really exit if $RESOLVCONF.bak already exists

2005-04-03 Thread John Hasler
Pppconfig is frozen as it is in the base system. I'll take a look at these after the release. -- John Hasler [EMAIL PROTECTED] Elmwood, WI USA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#302436: 0dns-up does not really exit if $RESOLVCONF.bak already exists

2005-03-31 Thread Thomas Hood
Package: pppconfig Version: 2.3.10 Severity: minor # We better not do anything if a RESOLVBAK already exists. ls | grep -q $RESOLVCONF.bak if [ ! $? ] then rm -f $TEMPRESOLV exit 1 fi Earlier, you set RESOLVBAK=$RUNDIR/resolv.conf.bak.$PROVIDER which is not the same as