tags 417015 + patch
thanks

Hi!

On Sun, Apr 01, 2007 at 10:34:35AM +0200, Michael Ablassmeier wrote:
>   Purging configuration files for privoxy ...
>   /var/lib/dpkg/info/privoxy.postrm: line 23: deluser: command not found

Actually, the recommended procedure is to leave user entries on the
system, even on purge. [1,2]

The attached patch simply remove the user deletion on purge.

[1] http://lists.debian.org/debian-mentors/2005/03/msg00451.html
[2] http://lists.debian.org/debian-mentors/2005/04/msg00005.html

Cheers,
-- 
Jérémy Bobbio                        .''`. 
[EMAIL PROTECTED]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -u privoxy-3.0.6/debian/postrm privoxy-3.0.6/debian/postrm
--- privoxy-3.0.6/debian/postrm
+++ privoxy-3.0.6/debian/postrm
@@ -20,7 +20,6 @@
 
 case "$1" in
     purge)
-        deluser --quiet privoxy
         rm -rf /var/log/privoxy /etc/privoxy
         ;;
 

Attachment: signature.asc
Description: Digital signature

Reply via email to