Hi,
        
I hope this helps to fix the problem.
        
Regards
        
Marco
        
--- postinst	2006-08-04 00:54:46.000000000 +0100
+++ postinst.fixed	2007-02-26 02:27:07.000000000 +0000
@@ -34,8 +34,10 @@
             if [ -x /usr/sbin/update-inetd ]; then
               echo "Disabling inetd's apt-proxy v1 line."
               update-inetd --comment-chars "#<apt-proxy-v2># " --disable 9999
-              invoke-rc.d inetd restart
             fi
+	    if [ -x /etc/init.d/inetd ]; then
+		invoke-rc.d inetd restart
+	    fi
             db_fset $NAME/upgrading-v2 seen false || true
             db_input medium $NAME/upgrading-v2 || true
             db_go

Reply via email to