[PATCH 2/3] Security Guide: Remove references in Pam.xml to version numbers in package documentation directories

Simon simon.richard.clark at gmail.com
Fri Jan 31 20:32:51 UTC 2014


Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
 en-US/Pam.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-US/Pam.xml b/en-US/Pam.xml
index ea7f01a..9ef91c4 100644
--- a/en-US/Pam.xml
+++ b/en-US/Pam.xml
@@ -191,7 +191,7 @@ account	required	pam_permit.so</screen>
 				A newer control flag syntax that allows for more precise control is now available for PAM.
 			</para>
 			<para>
-				The <command>pam.d</command> man page, and the PAM documentation, located in the <filename>/usr/share/doc/pam-<replaceable>&lt;version-number&gt;</replaceable>/</filename> directory, where <replaceable>&lt;version-number&gt;</replaceable> is the version number for PAM on your system, describe this newer syntax in detail.
+				The <command>pam.d</command> man page, and the PAM documentation, located in the <filename>/usr/share/doc/pam/</filename> directory, describe this newer syntax in detail.
 			</para>
 		</section>
 		
@@ -331,7 +331,7 @@ session	required  pam_unix.so</screen>
 			This allows developers and system administrators to mix-and-match, as well as test, authentication methods for different programs without recompiling them.
 		</para>
 		<para>
-			Documentation on writing modules is included in the <filename>/usr/share/doc/pam-<replaceable>&lt;version-number&gt;</replaceable>/</filename> directory, where <replaceable>&lt;version-number&gt;</replaceable> is the version number for PAM on your system.
+			Documentation on writing modules is included in the <filename>/usr/share/doc/pam/</filename> directory.
 		</para>
 	</section>
 	
@@ -576,12 +576,12 @@ session	required  pam_unix.so</screen>
 				</listitem>
 				<listitem>
 					<para>
-						<filename>/usr/share/doc/pam-<replaceable>&lt;version-number&gt;</replaceable></filename> &mdash; Contains a <citetitle>System Administrators&#39; Guide</citetitle>, a <citetitle>Module Writers&#39; Manual</citetitle>, and the <citetitle>Application Developers&#39; Manual</citetitle>, as well as a copy of the PAM standard, DCE-RFC 86.0, where <replaceable>&lt;version-number&gt;</replaceable> is the version number of PAM.
+						<filename>/usr/share/doc/pam/</filename> &mdash; Contains a <citetitle>System Administrators&#39; Guide</citetitle>, a <citetitle>Module Writers&#39; Manual</citetitle>, and the <citetitle>Application Developers&#39; Manual</citetitle>, as well as a copy of the PAM standard, DCE-RFC 86.0.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-						<filename>/usr/share/doc/pam-<replaceable>&lt;version-number&gt;</replaceable>/txts/README.pam_timestamp</filename> &mdash; Contains information about the <filename>pam_timestamp.so</filename> PAM module, where <replaceable>&lt;version-number&gt;</replaceable> is the version number of PAM.
+						<filename>/usr/share/doc/pam/txts/README.pam_timestamp</filename> &mdash; Contains information about the <filename>pam_timestamp.so</filename> PAM module.
 					</para>
 				</listitem>
 			</itemizedlist>




More information about the docs mailing list