Re: GNUPGHOME for Linux?

2008-10-25 Thread Werewolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Stefan X wrote:
 Hi!
 On Linux I would like to change the homedirectory from ~/.gnupg to
 /something/else.

 Defining GNUPGHOME has no effect on my Linux system while it worked on
 Windows. Does this option not exist in GnuPG for Linux? How to define
 something similar.

 Because I want to use gnupg indirectly through other porgrams I can NOT
 use a parameter such as --homedir.

 The only workaround I found was setting HOME to /something/else and use
 /something/else/.gnupg . But this is ugly.

 Any ideas?

 ___
 Gnupg-users mailing list
 Gnupg-users@gnupg.org
 http://lists.gnupg.org/mailman/listinfo/gnupg-users


That the beauty of Linux usually more than one way to do something

Since I keep my keyrings on a usb drive, I use the command
ln -s /path/to/keyrings .gnupg
cavent that there's no current .gnupg dir.  You could rename current
.gnupg to .gnupg-old then anytime you wanted to point to it
ln -sf .gnupg-old .gnupg

this makes a symbiloc link between the two directories and gpg will see
all /path/to/keyrings as .gnupg



- --

Werewolf
===
  http://spandex31095.tripod.com/
  Skype: Werewolf6851
= Instant Messenger Accounts ==
 Yahoo: lover_of_lycra
   ICQ: 304325894
   MSN: [EMAIL PROTECTED]
   AIM: LycraloverWolf
===
 GPG key 76E6C1BC with following fingerprint
D508 2C9D B3A9 2F0E E472  95A8 2D8C B9E6 76E6 C1BC
===
Zoe: You sanguine about the kind of reception we're apt to receive on an
Alliance ship, Cap'n?

Mal: Absolutely. (beat) What's 'sanguine' mean?

Zoe:  'Sanguine'. Hopeful. Plus -- point of interest -- it also means
'bloody'.

Mal: Well, that pretty much covers all the options, don't it?
--Episode #5, Safe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Portable Thunderbird version 2.0.0.17 (20080914)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkkDFjYACgkQLYy55nbmwby9oQCfT/hOveDsNCRCPrMMm6GlBYre
MY4AoJyEiPlIEbV9peTWzmM74yF6gg8P
=io7E
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: GNUPGHOME for Linux?

2008-10-25 Thread Todd Zullinger
Stefan X wrote:
 On Linux I would like to change the homedirectory from ~/.gnupg to
 /something/else.
 
 Defining GNUPGHOME has no effect on my Linux system while it worked
 on Windows. Does this option not exist in GnuPG for Linux? How to
 define something similar.

GNUPGHOME works fine on linux.  How are you setting it?  If your shell
is bash, then you should use something like:

export GNUPGHOME=/something/else

Put this in ~/.bash_profile so that it gets set whenever you login.

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
I am willing to make the mistakes if someone else is willing to learn
from them.



pgp7dzBu5dzEu.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: GNUPGHOME for Linux?

2008-10-25 Thread Stefan X
Thanks, this was my mistake.

Todd Zullinger schrieb:
 Stefan X wrote:
 On Linux I would like to change the homedirectory from ~/.gnupg to
 /something/else.

 Defining GNUPGHOME has no effect on my Linux system while it worked
 on Windows. Does this option not exist in GnuPG for Linux? How to
 define something similar.
 
 GNUPGHOME works fine on linux.  How are you setting it?  If your shell
 is bash, then you should use something like:
 
 export GNUPGHOME=/something/else
 
 Put this in ~/.bash_profile so that it gets set whenever you login.
 
 
 
 
 
 ___
 Gnupg-users mailing list
 Gnupg-users@gnupg.org
 http://lists.gnupg.org/mailman/listinfo/gnupg-users

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users