Your message dated Fri, 5 Dec 2008 19:59:31 GMT
with message-id <[EMAIL PROTECTED]>
and subject line laptop-netconf has been removed from Debian, closing #442917
has caused the Debian Bug report #442917,
regarding laptop-netconf: Purging laptop-netconf doesn't remove 
/etc/network/interfaces link
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
442917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442917
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: laptop-netconf
Version: 0.9.6.7
Severity: normal
Tags: patch

Purge laptop-netconf don't remove /etc/network/interfaces and not restore
original interfaces.bak. The attached patch correct this problem.

Thanks,
Matheus Morais
--- debian/postrm       2007-09-12 10:34:03.000000000 -0300
+++ debian/postrm        2007-09-17 17:22:44.000000000 -0300
@@ -2,6 +2,8 @@

 if [ "$1" = "purge" ]; then
   rm -f /etc/default/laptop-netconf
+  rm -f /etc/network/interfaces
+  mv /etc/network/interfaces.bak /etc/network/interfaces
 fi

 #DEBHELPER#

--- End Message ---
--- Begin Message ---
Version: 0.9.6.9+rm

The laptop-netconf package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/507854 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to