[Pkg-ocaml-maint-commits] r1706 - trunk/packages/mldonkey/trunk/debian

Jeroen van Wolffelaar jeroen at costa.debian.org
Mon Aug 29 23:25:24 UTC 2005


Author: jeroen
Date: 2005-08-29 23:25:24 +0000 (Mon, 29 Aug 2005)
New Revision: 1706

Modified:
   trunk/packages/mldonkey/trunk/debian/mldonkey-server.postrm
Log:
Fix mldonkey-server purge output to not conflict with debconf, 
and list which directories were not removed by the purge

Modified: trunk/packages/mldonkey/trunk/debian/mldonkey-server.postrm
===================================================================
--- trunk/packages/mldonkey/trunk/debian/mldonkey-server.postrm	2005-08-29 22:34:46 UTC (rev 1705)
+++ trunk/packages/mldonkey/trunk/debian/mldonkey-server.postrm	2005-08-29 23:25:24 UTC (rev 1706)
@@ -25,7 +25,8 @@
 
     # BUG : we should also remove all the file created by mldonkey, since it contains
     # huge files which takes hours to download, i am still hesitating to do so 
-    echo "Not removing MLDonkey directory, user and group. Remove it manually if needed."
+    echo "Not removing MLDonkey directory (/var/lib/mldonkey," >&2
+    echo "/var/run/mldonkey), user and group. Remove it manually if needed." >&2
     ;;
   *) 
     echo "$0: didn't understand being called with \`$1'" 1>&2




More information about the Pkg-ocaml-maint-commits mailing list