Author: dnicholson
Date: 2006-10-14 18:54:00 -0600 (Sat, 14 Oct 2006)
New Revision: 6343
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/xfree86.xml
trunk/BOOK/x/installing/xorg.xml
Log:
Added example PAM config for XFree86 and monolithic Xorg
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-14 20:54:41 UTC
(rev 6342)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-15 00:54:00 UTC
(rev 6343)
@@ -45,6 +45,11 @@
<para>October 14th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Added PAM configuration to the host.def
+ example in Xorg-6.9.0 and XFree86-4.6.0. It is commented out
+ by default.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Updated to Postfix-2.3.3. Added configuration
to automatically install html and README docs.</para>
</listitem>
Modified: trunk/BOOK/x/installing/xfree86.xml
===================================================================
--- trunk/BOOK/x/installing/xfree86.xml 2006-10-14 20:54:41 UTC (rev 6342)
+++ trunk/BOOK/x/installing/xfree86.xml 2006-10-15 00:54:00 UTC (rev 6343)
@@ -256,6 +256,11 @@
#define HasLibpng YES
#define HasZlib YES
+/* Uncomment the following define if you'd like
+ * xdm to use Linux-PAM
+#define HasPam YES
+ */
+
/* GENERAL SETTINGS */
#define SystemManDirectory /usr/share/man
Modified: trunk/BOOK/x/installing/xorg.xml
===================================================================
--- trunk/BOOK/x/installing/xorg.xml 2006-10-14 20:54:41 UTC (rev 6342)
+++ trunk/BOOK/x/installing/xorg.xml 2006-10-15 00:54:00 UTC (rev 6343)
@@ -296,6 +296,11 @@
#define HasLibpng YES
#define HasZlib YES
+/* Uncomment the following define if you'd like
+ * xdm to use Linux-PAM
+#define HasPam YES
+ */
+
/*
* Which drivers to build. When building a static server, each of
* these will be included in it. When building the loadable server
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page