]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 460491
authorAndrew G. Morgan <morgan@kernel.org>
Thu, 13 Sep 2001 02:44:55 +0000 (02:44 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Thu, 13 Sep 2001 02:44:55 +0000 (02:44 +0000)
Purpose of commit: bugfix

Commit summary:
---------------
sourceforge is now using another cvs->html viewer, so we need to update
these reference source code links.

CHANGELOG
doc/pam_modules.sgml

index d243742fd9cea09de34e97b40279cf07451489b1..f1577fdc4f9e258d778a849ff5f1497ed3831580 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here:
 0.76: please submit patches for this section with actual code/doc
       patches!
 
+* pam_modules.sgml: sourceforge has changed its CVS viewing software
+  (Bug 460491 - agmorgan)
 * pam_unix_passwd: got rid of an annoying warning (Bug 461089 - agmorgan)
 * pam_unix: removed superfluous use of static variables in md5 and bigcrypt
   routines, bringing us a step closer to thread-safeness.  Eliminated
index 71634e9f5d4207bb013a775e8713de2d7c96faa2..3490b3a5e0210a297c6bc3154c804f32ad6cb61b 100644 (file)
@@ -49,7 +49,7 @@ DAMAGE.
 
 <title>The Linux-PAM Module Writers' Guide
 <author>Andrew G. Morgan, <tt>morgan@kernel.org</tt>
-<date>DRAFT v0.75 2001/02/21
+<date>DRAFT v0.76 2001/09/12
 <abstract>
 This manual documents what a programmer needs to know in order to
 write a module that conforms to the <bf/Linux-PAM/ standard. It also
@@ -1302,12 +1302,12 @@ this document. For now, we point the reader to these two locations in
 the public CVS repository:
 <itemize>
 <item> A module that always succeeds: <tt><htmlurl
-url="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_permit/?cvsroot=pam"
-name="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_permit/?cvsroot=pam"
+url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_permit/"
+name="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_permit/"
 ></tt>
 <item> A module that always fails: <tt><htmlurl
-url="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_deny/?cvsroot=pam"
-name="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Linux-PAM/modules/pam_deny/?cvsroot=pam"
+url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_deny/"
+name="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_deny/"
 ></tt>
 </itemize>