rpms/keychain/devel README.Fedora, NONE, 1.1 keychain-manpage.patch, NONE, 1.1 keychain.csh, NONE, 1.1 keychain.sh, NONE, 1.1 keychain.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alexander Dalloz alex at dalloz.de
Fri Aug 5 03:49:22 UTC 2005


Am Fr, den 05.08.2005 schrieb Ralf Corsepius um 5:34:
> On Thu, 2005-08-04 at 22:55 -0400, Alexander Dalloz wrote:
> 
> > --- NEW FILE keychain.sh ---
> > # /etc/profile.d/keychain.sh - calling keychain the Fedora way
> > # read in user's keychain settings or use defaults running keychain
> >
> > if [ -f $HOME/.keychainrc ]; then
> > ...
> >    [ -f $HOME/.keychain/$HOST-sh ] && \
> >        . $HOME/.keychain/$HOST-sh
> >    [ -f $HOME/.keychain/$HOST-sh-gpg ] && \
> >        . $HOME/.keychain/$HOST-sh-gpg
> Shouldn't these "test -f"'s be "test -r"'s? I am not sure.
> 
> What is supposed to happen if one of these files is a symlink or "chmod
> -r"'ed?

These files below ~/.keychain/ are automatically created by keychain
itself. I don't see the real world scenario where someone needs to
change something with it.
If the files aren't readable the call would print out warning messages,
a "test -r" would just be silent and do nothing then. A symlink wouldn't
be a problem anyway.

> > --- NEW FILE keychain.spec ---
> ...
> > %files
> > %defattr(-,root,root)
> > %doc COPYING ChangeLog README README.Fedora
> > %doc %{_mandir}/man1/keychain.1.gz
> This %doc is redundant, files below %mandir automatically are %doc'ed

Thanks for that hint. I'll change that.

> > %changelog
> > ...
> > * Wed Jul 27 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.4.1-2
> > - Added manpage patch and %%prep removal of non existing path
> >   (thanks Ville Skytt)
> AFAICT, Ville's last name ist Skyttä ;)

Right. So I have it in my spec file, locally and as it appears in

http://cvs.fedora.redhat.com/viewcvs/rpms/keychain/devel/keychain.spec?root=extras&rev=1.1&view=markup

Don't know why the mail has eaten this "umlaut a".

> Ralf

Alexander


-- 
 
1024D/866ED681 2005-07-11 Alexander Dalloz (Fedora Project) <alex at dalloz.de>
Key fingerprint = CD40 0A91 7814 C1E4 5940  8E0E 1FD5 C316 866E D681

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-extras-commits/attachments/20050805/0a5a2907/attachment-0001.sig>


More information about the fedora-extras-commits mailing list