diff options
-rw-r--r-- | doc/FAQ | 13 | ||||
-rw-r--r-- | doc/faq.raw | 11 |
2 files changed, 15 insertions, 9 deletions
@@ -2,8 +2,8 @@ GNUPG FREQUENTLY ASKED QUESTIONS -Version: 1.5.1 -Last-Modified: Jun 15, 2001 +Version: 1.5.2 +Last-Modified: Jun 22, 2001 Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org> @@ -89,7 +89,7 @@ you could search in the mailing list archive. 6.15) I still have a problem. How do I report a bug? 6.16) Why doesn't GnuPG support X509 certificates? 6.17) Why do national characters in my user ID look funny? - 6.18) I get 'sed' errors when running ./configure on OS X ... + 6.18) I get 'sed' errors when running ./configure on Mac OS X ... 7. ADVANCED TOPICS 7.1) How does this whole thing work? @@ -714,9 +714,12 @@ in it - why? 0xA5). This might also be the reason why keyservers can't find your key. -6.18) I get 'sed' errors when running ./configure on OS X ... +6.18) I get 'sed' errors when running ./configure on Mac OS X ... - Please install GNU sed and use it instead of the broken OS X sed. + This will be fixed after GnuPG has been upgraded to + autoconf-2.50. Until then, find the line setting CDPATH in the + configure script and place a unset CDPATH statement + below it. 7. ADVANCED TOPICS diff --git a/doc/faq.raw b/doc/faq.raw index d03e5a768..d7872d8de 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -13,8 +13,8 @@ The most recent version of the FAQ is available from [H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1] -Version: 1.5.1[H p] -Last-Modified: Jun 15, 2001[H p] +Version: 1.5.2[H p] +Last-Modified: Jun 22, 2001[H p] Maintained-by: [$maintainer] @@ -681,9 +681,12 @@ in it - why? 0xA5). This might also be the reason why keyservers can't find your key. -<Q> I get 'sed' errors when running ./configure on OS X ... +<Q> I get 'sed' errors when running ./configure on Mac OS X ... - Please install GNU sed and use it instead of the broken OS X sed. + This will be fixed after GnuPG has been upgraded to + autoconf-2.50. Until then, find the line setting CDPATH in the + configure script and place a [H pre]unset CDPATH[H /pre] statement + below it. <S> ADVANCED TOPICS |