I believe this affects systems that were upgraded from Debian woody (or
possibly earlier). /etc/Net used to be a directory containing a file
named Config.pm. In sarge, this file moved to 
/usr/share/perl/5.8.4/Net/Config.pm .

It should be safe to
        rm /etc/Net/Config.pm 
        rmdir /etc/Net || true
on affected systems. I'll let someone else decide whether this should be
done in some package's postinst or preinst script.

See also bug #425850. You may want to run
        if [ -f /etc/Net ] ; then
                if [ -e /etc/perl/Net/libnet.cfg ] ; then
                        rm /etc/Net
                else
                        mv /etc/Net /etc/perl/Net/libnet.cfg
                fi
        fi
or equivalent. Again, I wonder whether this might not be worth
doing in postinst.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to