Hi,

Quoting jo...@debian.org (2023-05-10 07:56:44)
> To work around this problem, at least 125 source packages [codesearch] simply
> ignore failures of calling the passwd or adduser tools during purge. The
> following patch should fix this package by doing the same:
> 
> --%<-------------------------------------------------------------------------
> diff -Nru tcpcrypt-0.5/debian/tcpcryptd.postrm 
> tcpcrypt-0.5/debian/tcpcryptd.postrm
> --- tcpcrypt-0.5/debian/tcpcryptd.postrm        2016-04-01 23:45:55.000000000 
> +0200
> +++ tcpcrypt-0.5/debian/tcpcryptd.postrm        2023-05-10 07:54:45.000000000 
> +0200
> @@ -6,7 +6,7 @@
>      purge)
>         # add a debian-tcpcryptd user if one does not already exist
>         if getent passwd "$TCPCRYPT_USER" >/dev/null ; then
> -            deluser "$TCPCRYPT_USER"
> +            deluser "$TCPCRYPT_USER" || true
>         fi
>          ;;
>  esac
> -->%-------------------------------------------------------------------------
> 
> If you prefer I can fix this via an NMU.

since time is running short, I am going to NMU tcpcryptd on Thursday with a
delay of 2 days unless you disagree and/or want to do this yourself.

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to