On Sun, 13 Oct 2024 18:58:29 +0200 Francesco Poli wrote:

[...]
> At that point you could move your custom script to the official place:
> 
>   # mv -i /usr/local/bin/apt-listbugs /usr/bin/apt-listbugs
[...]

Oh, I forgot to say that the script should then be modified to execute
the official version of apt-listbugs:

  $ cat /usr/bin/apt-listbugs
  #!/bin/sh

  export SSL_CERT_FILE=/usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt
  exec /usr/bin/apt-listbugs.official "$@"


but I am sure you had already figured that out by yourself...  ;-)

-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
..................................................... Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE

Attachment: pgpOLaGJC0vhz.pgp
Description: PGP signature

Reply via email to