From 7a99167aa694ab7ca2299ec2b5d2f6b9a6e5ef3d Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 8 Nov 2006 23:39:14 +0000
Subject: [PATCH] Update pointer to Munge.

---
 doc/html/download.shtml         | 4 ++--
 doc/html/overview.shtml         | 4 ++--
 doc/html/quickstart_admin.shtml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/html/download.shtml b/doc/html/download.shtml
index dadeecbabad..1658275b1ef 100644
--- a/doc/html/download.shtml
+++ b/doc/html/download.shtml
@@ -32,7 +32,7 @@ pam_slurm is available for download from
 <li><b>Munge</b><br>
 In order to compile the "auth/munge" authentication plugin for SLURM, you will need
 to build and install Munge, available from 
-<a href="ftp://ftp.llnl.gov/pub/linux/munge/">ftp://ftp.llnl.gov/pub/linux/munge</a>.
+<a href="http://home.gna.org/munge/">http://home.gna.org/munge/</a>.
 </li>
 </ul>
 
@@ -79,6 +79,6 @@ Portable Linux Processor Affinity (PLPA)</a></li>
 
 </ul>
 
-<p style="text-align:center;">Last modified 8 October 2006</p>
+<p style="text-align:center;">Last modified 8 November 2006</p>
 
 <!--#include virtual="footer.txt"-->
diff --git a/doc/html/overview.shtml b/doc/html/overview.shtml
index 575d264e3ee..aa17dcc2c59 100644
--- a/doc/html/overview.shtml
+++ b/doc/html/overview.shtml
@@ -44,7 +44,7 @@ building block approach. These plugins presently include:
 <ul>
 <li><a href="authplugins.html">Authentication of communications</a>: 
 <a href="http://www.theether.org/authd/">authd</a>, 
-<a href="ftp://ftp.llnl.gov/pub/linux/munge/">munge</a>, or none (default).</li>
+<a href="http://home.gna.org/munge/">munge</a>, or none (default).</li>
 
 <li><a href="checkpoint_plugins.html">Checkpoint</a>: AIX or none.</li>
 
@@ -148,6 +148,6 @@ PartitionName=class Nodes=lx[0031-0040] AllowGroups=students
 PartitionName=batch Nodes=lx[0041-9999] MaxTime=UNLIMITED MaxNodes=4096
 </pre>
 
-<p style="text-align:center;">Last modified 29 September 2006</p>
+<p style="text-align:center;">Last modified 8 November 2006</p>
 
 <!--#include virtual="footer.txt"-->
diff --git a/doc/html/quickstart_admin.shtml b/doc/html/quickstart_admin.shtml
index 0659b41ff12..1bcf40c731e 100644
--- a/doc/html/quickstart_admin.shtml
+++ b/doc/html/quickstart_admin.shtml
@@ -63,7 +63,7 @@ build requirements are present. Build dependencies for various plugins
 and commands are denoted below.
 </p>
 <ul>
-<li> <b>Munge</b> The auth/munge plugin will be built if Chris Dunlap's Munge
+<li> <b>Munge</b> The auth/munge plugin will be built if the Munge authentication
                   library is installed. </li>
 <li> <b>Authd</b> The auth/authd plugin will be built and installed if 
                   the libauth library and its dependency libe are installed. 
@@ -416,7 +416,7 @@ Currently, only three
 authentication plugins are supported: <b>auth/none</b>, <b>auth/authd</b>, and 
 <b>auth/munge</b>. The auth/none plugin is built and used by default, but either 
 Brent Chun's <a href="http://www.theether.org/authd/">authd</a>, or Chris Dunlap's 
-<a href="ftp://ftp.llnl.gov/pub/linux/munge/">munge</a> should be installed in order to 
+<a href="http://home.gna.org/munge/">munge</a> should be installed in order to 
 get properly authenticated communications. 
 Unless you are experience with authd, we recommend the use of munge.
 The configure script in the top-level directory of this distribution will determine 
@@ -604,6 +604,6 @@ in the NEWS file.
 
 </pre> <p class="footer"><a href="#top">top</a></p>
 
-<p style="text-align:center;">Last modified 5 October 2006</p>
+<p style="text-align:center;">Last modified 8 November 2006</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab