[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnudip [was: Re: tinyproxy (mannaia!!!)]



On Thu, Feb 01, 2001 at 12:21:49AM +0100, Lele Gaifax wrote:
> >>>>> On Wed, 31 Jan 2001 08:18:56 +0100, Alvise Belotti <alvise@lettere.unipd.it> said:
> 
>     AB> Anch'io l'ho risolto commentando
>     AB> /var/lib/dpkg/info/gnudip.prerm.  Pero` mi pare che sia un
>     AB> baco del pacchetto. Andrebbe segnalato, credo.  Bug report?
> 
> Si, dopo aver verificato sulla lista dei bugs del pacchetto che non
> sia già stato segnalato. Piuttosto è strano che passino in testing... 

il problema e' dato dal tentare di fermare un demone che non e' in esecuzione!

#!/bin/sh -e
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/tinyproxy ]; then
        rm -f /usr/doc/tinyproxy
fi
# End automatically added section
# Automatically added by dh_installinit
/etc/init.d/tinyproxy stop
# End automatically added section


Ciao!

Fabrizio 



Reply to: