This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Please fix /etc/postinstall/gnupg.sh


On 2011-02-27 14:13, Oleksandr Gavenko wrote:
After executing postinstall script for latest gnupg:

$ cygcheck -f `which gpg`
gnupg-1.4.9-2

/usr/share/info/dir updated with entry:

* gpg: (gpg). OpenPGP encryption and signing tool (v1).

But must be:

* gpg: (gnupg1). OpenPGP encryption and signing tool (v1).

This make gpg unaccessed from info:

$ info gpg

shown MAN page instead .info page!


I discover update-info-dir.sh script under /etc/ dir. So it is better:
update content (not tested) of '/usr/share/info/gnupg1.info.gz' to:

START-INFO-DIR-ENTRY
* gpg: (gnugpg1). OpenPGP encryption and signing tool (v1).
END-INFO-DIR-ENTRY

or rename 'gnupg1.info.gz' to 'gpg.info.gz' (not tested).


-- Best regards!


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]