From 62eab60a1cb5c6b12f23f9ffd20173d44ccb90c3 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 6 Dec 2007 18:13:47 +0000
Subject: [PATCH] Remove links to ftp.llnl.gov

---
 doc/html/download.shtml | 26 +++++++-------------------
 doc/html/faq.shtml      |  7 +++++--
 2 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/doc/html/download.shtml b/doc/html/download.shtml
index 874dcc7f358..7ea07cec1fe 100644
--- a/doc/html/download.shtml
+++ b/doc/html/download.shtml
@@ -3,24 +3,11 @@
 <h1>Download</h1>
 <p>
 SLURM source can be downloaded from <br>
-<a href="ftp://ftp.llnl.gov/pub/linux/slurm/">
-ftp://ftp.llnl.gov/pub/linux/slurm</a> or <br>
 <a href="https://sourceforge.net/projects/slurm/">
 https://sourceforge.net/projects/slurm/</a><br>
 There is also a Debian package named <i>slurm-llnl</i> available at <br>
 <a href="http://www.debian.org/">http://www.debian.org/</a><br>
-The latest stable release is version 1.2.</p>
-
-<p><b>NOTE:</b> The LLNL FTP server has strict firewall restrictions.
-Depending upon your firewall configuration, the use
-of ftp passive mode may be required (use the "-p" option for the
-ftp command, e.g. "ftp -p ftp.llnl.gov"; web browsers may also
-require setting the ftp preference to passive mode).<br>
-<b>NOTE:</b> This server will only download files to computers 
-on which it can perform a reverse DNS lookup for the IP address 
-issuing the request.<br>
-These requirement are part of a LLNL site-wide policy for security 
-purposes that we have no control over.</p> 
+The latest stable release of SLURM is version 1.2.</p>
 
 <p> Other software available for download includes
 <ul>
@@ -29,10 +16,10 @@ Pluggable Authentication Module (PAM) for restricting access to compute nodes
 where SLURM performs resource management. Access to the node is restricted to 
 user root and users who have been allocated resources on that node. <br>
 pam_slurm is available for download from <br>
-<a href="ftp://ftp.llnl.gov/pub/linux/pam_slurm/">
-ftp://ftp.llnl.gov/pub/linux/pam_slurm</a> and <br>
 <a href="https://sourceforge.net/projects/slurm/">
-https://sourceforge.net/projects/slurm/</a><br>
+https://sourceforge.net/projects/slurm/</a><br> or use the 
+<a href="http://www.debian.org/">Debian</a> package 
+named <i>libpam-slurm</i>.<br>
 The latest stable release is version 1.4.</p>
 
 </ul>
@@ -62,7 +49,8 @@ the <b>qsnetlibs</b> development libraries from
 plugin also requires the <b>libelanhosts</b> library and
 a corresponding /etc/elanhosts configuration file, used to map
 hostnames to Elan IDs. The libelanhosts source is available from
-<a href="ftp://ftp.llnl.gov/pub/linux/libelanhosts/">ftp://ftp.llnl.gov/pub/linux/libelanhosts</a>.
+<a href="https://sourceforge.net/projects/slurm/">
+https://sourceforge.net/projects/slurm/</a>.
 </ul>
 
 <li>MPI versions supported</li>
@@ -97,6 +85,6 @@ Portable Linux Processor Affinity (PLPA)</a></li>
 
 </ul>
 
-<p style="text-align:center;">Last modified 13 July 2007</p>
+<p style="text-align:center;">Last modified 6 December 2007</p>
 
 <!--#include virtual="footer.txt"-->
diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml
index 571371369b9..3091591421e 100644
--- a/doc/html/faq.shtml
+++ b/doc/html/faq.shtml
@@ -564,7 +564,10 @@ limit from being propagated:<i>PropagateResourceLimitsExcept=MEMLOCK</i>.</p>
 <p>We also have a PAM module for SLURM that prevents users from 
 logging into nodes that they have not been allocated (except for user 
 root, which can always login. pam_slurm is available for download from
-<a href="ftp://ftp.llnl.gov/pub/linux/pam_slurm/">ftp://ftp.llnl.gov/pub/linux/pam_slurm</a>
+<a href="https://sourceforge.net/projects/slurm/">
+https://sourceforge.net/projects/slurm/</a> or use the
+<a href="http://www.debian.org/">Debian</a> package
+named <i>libpam-slurm</i>.
 The use of pam_slurm does not require <i>UsePAM</i> being set. The 
 two uses of PAM are independent.
 
@@ -857,6 +860,6 @@ SLURM output expecting the old format (e.g. LSF, Maui or Moab).
 
 <p class="footer"><a href="#top">top</a></p>
 
-<p style="text-align:center;">Last modified 9 November 2007</p>
+<p style="text-align:center;">Last modified 6 December 2007</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab