diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-12-09 15:05:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-12-09 15:05:42 +0000 |
commit | 8dcde6bdc0a17bd0bffb1f2436325038a0fa9103 (patch) | |
tree | 1de17eb68b174d8769787548441654f1ed855ab5 /indexgen.sh | |
parent | 82b027672c04003e446239f795c13aca09295894 (diff) | |
download | fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.tar.gz fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.tar.bz2 fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.zip |
Security fix release.
svn path=/trunk/; revision=3775
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indexgen.sh b/indexgen.sh index 739cbc6e..37e3fb06 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -163,7 +163,7 @@ checksum file is cryptographically signed and can be verified with the command:</p> <pre> -gpg --verify checksums.asc +gpg --verify checksums </pre> EOF @@ -228,7 +228,8 @@ FAQ covers them like a blanket.</p> href="../index.html">Eric S. Raymond</a>. There are some designated backup maintainers (<a href="mailto:funk+@osu.edu">Rob Funk</a>, <a href="http://www.dallas.net/~fox/">David DeSimone aka Fuzzy Fox</a>, -<a href="mailto:imdave@mcs.net">Dave Bodenstab</a>). Other backup +<a href="mailto:imdave@mcs.net">Dave Bodenstab</a> and <a +href="mailto:shetye@bombay.retortsoft.com">Sunil Shetye</a>). Other backup maintainers may be added in the future, in order to ensure continued support should Eric S. Raymond drop permanently off the net for any reason.</p> |