Changeset 1ab6a6c


Ignore:
Timestamp:
05/30/2005 12:17:15 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e2952b2
Parents:
f72040eb
Message:

Updated to GDM-2.6.0.9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4470 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf72040eb r1ab6a6c  
    1 <!ENTITY day          "29">
     1<!ENTITY day          "30">
    22<!ENTITY month        "05">
    33<!ENTITY year         "2005">
     
    2222
    2323
    24 <!ENTITY blfs-bootscripts-version     "20050509">
     24<!ENTITY blfs-bootscripts-version     "20050529">
    2525<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    2626
  • gnome/add/gdm.xml

    rf72040eb r1ab6a6c  
    77  <!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2">
    88  <!ENTITY gdm-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2">
    9   <!ENTITY gdm-md5sum "8dca7cb1f28d81f60f6e07b3c24288c5">
    10   <!ENTITY gdm-size "3.2 MB">
    11   <!ENTITY gdm-buildsize "44 MB">
    12   <!ENTITY gdm-time "0.48 SBU">
     9  <!ENTITY gdm-md5sum "d845fe205412bb101d4c66d1e88a317d">
     10  <!ENTITY gdm-size "3.4 MB">
     11  <!ENTITY gdm-buildsize "46 MB">
     12  <!ENTITY gdm-time "0.5 SBU">
    1313]>
    1414
     
    7373    <title>Installation of GDM</title>
    7474
     75    <para>It is recommended to have a dedicated user and group to take
     76    control of the <command>gdm-binary</command> daemon after it is
     77    started. Issue the following commands as the
     78    <systemitem class="username">root</systemitem> user:</para>
     79
     80<screen role='root'><userinput>groupadd gdm &amp;&amp;
     81useradd -c "GDM Daemon Owner" -d /dev/null -g gdm -s /bin/bash gdm</userinput></screen>
     82
    7583    <para>Install <application>GDM</application> by running
    76     the following commands:</para>
    77 
    78 <screen><userinput>groupadd gdm &amp;&amp;
    79 useradd -c "GDM Daemon Owner" -d /dev/null -g gdm -s /bin/bash gdm &amp;&amp;
    80 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     84    the following commands as an unprivileged user:</para>
     85
     86<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    8187    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    8288    --sysconfdir=/etc/gnome --localstatedir=/var/lib \
    8389    --with-pam-prefix=/etc &amp;&amp;
    84 make &amp;&amp;
    85 make install</userinput></screen>
     90make</userinput></screen>
     91
     92    <para>This package does not come with a test suite.</para>
     93
     94    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     95
     96<screen role='root'><userinput>make install</userinput></screen>
    8697
    8798  </sect2>
     
    96107    <para><parameter>--localstatedir=/var/lib</parameter>: This command
    97108    puts files in <filename class="directory">/var/lib</filename> instead of
    98     <filename class="directory">$GNOME_PREFIX/var</filename>.</para>
     109    <filename class="directory">$GNOME_PREFIX/var</filename>. This also has
     110    the downside affect of using
     111    <filename class='directory'>/var/lib/log/gdm</filename> as the log
     112    directory. See the <quote>Configuration Information</quote> section below
     113    for information how to relocate the log file directory.</para>
    99114
    100115    <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
     
    122137      <title>Configuration Information</title>
    123138
     139      <para>If desired, change the directory containing the
     140      <application>GDM</application> log files to the
     141      <filename class='directory'>/var/log</filename> hierarchy by modifying
     142      the <filename>/etc/gnome/gdm/gdm.conf</filename> configuration file as
     143      the <systemitem class="username">root</systemitem> user:</para>
     144
     145<screen role="root"><userinput>sed -i -e "s|var/lib/log|var/log|" /etc/gnome/gdm/gdm.conf</userinput></screen>
     146
    124147      <para>The <application>GDM</application> <application>PAM</application>
    125148      config files contain modules not present in a BLFS installation. The
    126       following commands will replace those files:</para>
     149      following commands will replace those files (issue as the
     150      <systemitem class="username">root</systemitem> user):</para>
    127151
    128152<screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
     
    156180    </sect3>
    157181
    158     <sect3  id="gdm-init">
     182    <sect3 id="gdm-init">
    159183      <title>Boot Script</title>
    160184
     
    196220        gdmconfig, gdmopen, and gdmtranslate</seg>
    197221        <seg>None</seg>
    198         <seg>Not determined at this time</seg>
     222        <seg>/etc/gnome/dm, /etc/gnome/gdm,
     223        $GNOME_PREFIX/share/gdm,
     224        $GNOME_PREFIX/share/gnome/capplets,
     225        $GNOME_PREFIX/share/gnome/help/gdm,
     226        $GNOME_PREFIX/share/omf/gdm,
     227        $GNOME_PREFIX/share/xsessions,
     228        /var/lib/gdm and /var/log/gdm</seg>
    199229      </seglistitem>
    200230    </segmentedlist>
  • introduction/welcome/changelog.xml

    rf72040eb r1ab6a6c  
    2525  <itemizedlist>
    2626 
     27    <listitem>
     28      <para>May 30th, 2005 [randy]: Updated to GDM-2.6.0.9.</para>
     29    </listitem>
     30
    2731    <listitem>
    2832      <para>May 29th, 2005 [bdubbs]: Updated to Firefox-1.0.4.</para>
Note: See TracChangeset for help on using the changeset viewer.