On Fri, Sep 29, 2006 at 07:13:28PM +0200, Arjan Oosting wrote:
> tag 388647 patch
> tag 375017 patch
> usertag 388647 supplied-patch
> usertag 375017 supplied-patch
> thanks
> 
> Hi,
> 
> I have prepared a NMU for these two bugs. As I am no DD I can not do the
> upload myself, but here is the patch anyway.
> 
> Greetings Arjan
> 
>  #!/bin/sh -e
>  
> -if [ "$1" = "purge" -o "$1" = "remove" ]
> +if [ "$1" = "remove" -o "$1" = "disappear" ]

Don't do that. Removing of the user should be done on purge only, not
on a simple removing. Also pcap support should be better managed at upstream
level and is a security concerned issue, did you try the patch not only for 
building up, 
but in run-time too?

BTW, a proper NMU is allowed only for RC bugs, else
patches to merge to the maintainer tree suffice.

>  then
>      update-inetd --disable ftp
>  fi
> @@ -9,6 +9,7 @@
>  then
>      rm -rf /etc/proftpd 
>      rm -rf /var/run/proftpd
> +    update-rc.d proftpd remove || true
>  fi
>  
>  #DEBHELPER#




-- 
Francesco P. Lovergine


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to