Author: randy
Date: 2005-10-17 21:23:10 -0600 (Mon, 17 Oct 2005)
New Revision: 5220

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/gdm.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/bootscripts/blfs/init.d/gdm
Log:
Updated to GDM-2.8.0.5

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-10-17 23:35:44 UTC (rev 5219)
+++ trunk/BOOK/general.ent      2005-10-18 03:23:10 UTC (rev 5220)
@@ -1,4 +1,4 @@
-<!ENTITY day          "17">
+<!ENTITY day          "18">
 <!ENTITY month        "10">
 <!ENTITY year         "2005">
 <!ENTITY version      "svn-&year;&month;&day;">
@@ -21,7 +21,7 @@
 <!ENTITY publisher      "Unknown">
 
 
-<!ENTITY blfs-bootscripts-version     "20051001">
+<!ENTITY blfs-bootscripts-version     "20051018">
 <!ENTITY blfs-bootscripts-download    
"&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
 
 <!-- Part II -->
@@ -421,7 +421,7 @@
 <!ENTITY epiphany-version             "1.8.2">
 <!ENTITY gnomemeeting-version         "1.2.2">
 <!ENTITY gnome-games-version          "2.12.1">
-<!ENTITY gdm-version                  "2.8.0.4">
+<!ENTITY gdm-version                  "2.8.0.5">
 
 <!-- Chapter 32 -->
 <!ENTITY ORBit-version                "0.5.17">

Modified: trunk/BOOK/gnome/add/gdm.xml
===================================================================
--- trunk/BOOK/gnome/add/gdm.xml        2005-10-17 23:35:44 UTC (rev 5219)
+++ trunk/BOOK/gnome/add/gdm.xml        2005-10-18 03:23:10 UTC (rev 5220)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gdm-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2";>
-  <!ENTITY gdm-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2";>
-  <!ENTITY gdm-md5sum "d845fe205412bb101d4c66d1e88a317d">
-  <!ENTITY gdm-size "3.4 MB">
-  <!ENTITY gdm-buildsize "46 MB">
-  <!ENTITY gdm-time "0.5 SBU">
+  <!ENTITY gdm-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2";>
+  <!ENTITY gdm-download-ftp  
"ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2";>
+  <!ENTITY gdm-md5sum        "2944ba9c2a2bf7032ac81dc24eecf32d">
+  <!ENTITY gdm-size          "2.7 MB">
+  <!ENTITY gdm-buildsize     "51.7 MB">
+  <!ENTITY gdm-time          "0.7 SBU">
 ]>
 
 <sect1 id="gdm" xreflabel="GDM-&gdm-version;">
@@ -63,9 +63,8 @@
     <xref linkend="librsvg"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para><xref linkend="Linux_PAM"/>,
-    <xref linkend="tcpwrappers"/> and
-    <ulink url="http://www.nsa.gov/selinux/";>SELinux</ulink></para>
+    <para><xref linkend="Linux_PAM"/> and
+    <xref linkend="tcpwrappers"/></para>
 
   </sect2>
 
@@ -78,7 +77,8 @@
     <systemitem class="username">root</systemitem> user:</para>
 
 <screen role='root'><userinput>groupadd -g 21 gdm &amp;&amp;
-useradd -c "GDM Daemon Owner" -d /dev/null -g gdm -s /bin/bash -u 21 
gdm</userinput></screen>
+useradd -c "GDM Daemon Owner" -d /dev/null \
+        -g gdm -s /bin/bash -u 21 gdm</userinput></screen>
 
     <para>Install <application>GDM</application> by running
     the following commands as an unprivileged user:</para>
@@ -95,8 +95,8 @@
 
 <screen role='root'><userinput>make install &amp;&amp;
 chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`\
-/share/gdm/BuiltInSessions/default.desktop &amp;&amp;
-chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`\
+/share/gdm/BuiltInSessions/default.desktop \
+    `pkg-config --variable=prefix ORBit-2.0`\
 /share/xsessions/gnome.desktop</userinput></screen>
 
   </sect2>
@@ -146,7 +146,7 @@
       the <filename>/etc/gnome/gdm/gdm.conf</filename> configuration file as
       the <systemitem class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>sed -i -e "s|var/lib/log|var/log|" 
/etc/gnome/gdm/gdm.conf</userinput></screen>
+<screen role="root"><userinput>sed -i "s|var/lib/log|var/log|" 
/etc/gnome/gdm/gdm.conf</userinput></screen>
 
       <para>The <application>GDM</application> <application>PAM</application>
       config files contain modules not present in a BLFS installation. The
@@ -155,18 +155,22 @@
 
 <screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
 <literal>auth        required    pam_unix.so
+auth        required    pam_unix.so
 auth        required    pam_nologin.so
 account     required    pam_unix.so
 password    required    pam_unix.so
 session     required    pam_unix.so</literal>
+
 EOF
 cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"
 <literal>auth        required    pam_env.so
+auth        required    pam_env.so
 auth        required    pam_nologin.so
 auth        required    pam_permit.so
 account     required    pam_unix.so
 password    required    pam_unix.so
 session     required    pam_unix.so</literal>
+
 EOF</userinput></screen>
 
       <indexterm zone="gdm gdm-config">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-10-17 23:35:44 UTC 
(rev 5219)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-10-18 03:23:10 UTC 
(rev 5220)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>October 18th, 2005</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated to GDM-2.8.0.5.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 17th, 2005</para>
       <itemizedlist>
         <listitem>

Modified: trunk/bootscripts/blfs/init.d/gdm
===================================================================
--- trunk/bootscripts/blfs/init.d/gdm   2005-10-17 23:35:44 UTC (rev 5219)
+++ trunk/bootscripts/blfs/init.d/gdm   2005-10-18 03:23:10 UTC (rev 5220)
@@ -10,7 +10,7 @@
 . /etc/sysconfig/rc
 . $rc_functions
 
-export PATH=$PATH:/opt/gnome-2.10/bin:/opt/gnome-2.10/sbin
+export PATH=$PATH:/opt/gnome-2.12/bin:/opt/gnome-2.12/sbin
 
 case "$1" in
        start)

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to