On Mon, 2002-10-14 at 11:29, Rui Miguel Seabra wrote:
>     How do I configure rpm to do only consider gpg signatures when
> checking, without having to add --nomd5 to the command line? Is there
> something I can add to /etc/rpm/ that can set this by default?

You could use an alias

$ alias rpm='rpm --nomd5'

This line can be added to ~/.bashrc or the system wide /etc/bashrc

It's not the answer you wanted, but it would work I think.

-- 
Powered by Red Hat Linux 8.0 / Kernel 2.4.18-14




Reply via email to