Bug#691973: wicd-daemon.py clobbers /etc/resolv.conf

2012-11-01 Thread Thomas Hood
Op 31 okt. 2012 23:36 schreef "David Paleino" het volgende: > I've "fixed" it by taking care of the case where resolv.conf is a symlink. > > Please note the quotes around "fixed". :-) Well let me think. Certainly making the backup does no harm. And restoring a symlink with the same symlink also

Processed: Re: Bug#691973: wicd-daemon.py clobbers /etc/resolv.conf

2012-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 691973 fixed-upstream confirmed Bug #691973 [wicd] wicd-daemon.py clobbers /etc/resolv.conf Added tag(s) confirmed and fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 691973: http://bugs.debia

Bug#691973: wicd-daemon.py clobbers /etc/resolv.conf

2012-10-31 Thread David Paleino
tags 691973 fixed-upstream confirmed thanks Hello Thomas, On Wed, 31 Oct 2012 21:26:33 +0100, Thomas Hood wrote: > In wicd-daemon.py the main() function backs up and restores > /etc/resolv.conf. [..] I've "fixed" it by taking care of the case where resolv.conf is a symlink. http://bazaar.lau

Bug#691973: wicd-daemon.py clobbers /etc/resolv.conf

2012-10-31 Thread Thomas Hood
Package: wicd Version: 1.7.2.4-2 Severity: serious In wicd-daemon.py the main() function backs up and restores /etc/resolv.conf. To back up it does shutil.copy2('/etc/resolv.conf', wpath.varlib + 'resolv.conf.orig') which is like the following shell command. cp -p /etc/resolv.conf path/r