found 673492 1.1.5-3
fixed 673492 1.1.5-4
found 673493 1.1.5-3
fixed 673493 1.1.5-4
merge 673492 673493
thanks
On Sat, May 19, 2012 at 02:53:22AM +0200, Christoph Anton Mitterer wrote:
> The most recent release seems to completely mess up config files:
> Unpacking replacement ekeyd ...
> dpkg: warning: ekeyd: conffile 'etc/default/ekeyd' is not a plain file or 
> symlink (= '/etc/default/ekeyd')
> dpkg: warning: ekeyd: conffile 'etc/munin/plugin-conf.d/ekeyd' is not a plain 
> file or symlink (= '/etc/munin/plugin-conf.d/ekeyd')

The bug is actually in 1.1.5-3, and was fixed in 1.1.5-4.  The same
with bug #673493.

I'd suggest a manual fix for those files, given the bug doesn't exist
in the newer package.

I'd suggest:

for I in /etc/default/ekeyd /etc/default/ekeyd-egd-linux 
/etc/munin/plugin-conf.d/ekeyd
do
 if [ -d $I ]
 then
  rm -f $I/*
  rmdir $I
  if [ -f $I.dpkg-old ]
  then
   mv $I.dpkg-old $I
  elif [ -f $I.dpkg-new ]
  then
   mv $I.dpkg-new $I
  fi
 fi
done

One of the hazards of tracking Debian "unstable" is that occasionally
developers screw up.  Sorry!

-- 
Paul Martin <p...@simtec.co.uk>
Simtec Electronics         Tel: +44 1772 978010
http://www.simtec.co.uk/   Fax: +44 1772 816426



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to