Ignore:
Timestamp:
09/06/2003 02:21:33 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ef0e45e4
Parents:
8f58752e
Message:

update to gconf-editor-0.4.1 and gdm-2.4.1.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/other/gdm/gdm-config.xml

    r8f58752e r05ecbec4  
    11<sect2>
    2 <title>Configuring gdm</title>
     2<title>Configuring <application>gdm</application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para>The gdm PAM config files contain modules not present in a BLFS
     10<para>The <application>gdm</application> <application>PAM</application>
     11config files contain modules not present in a <acronym>BLFS</acronym>
    1112installation.  The following commands will replace those files:</para>
    12 <screen><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"</userinput>
     13<screen><userinput><command>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"</command>
    1314auth        required    pam_unix.so
    1415auth        required    pam_nologin.so
     
    1617password    required    pam_unix.so
    1718session     required    pam_unix.so
    18 <userinput>EOF</userinput></screen>
    19 <screen><userinput>cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</userinput>
     19<command>EOF</command></userinput></screen>
     20<screen><userinput><command>cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
    2021auth        required    pam_env.so
    2122auth        required    pam_nologin.so
     
    2425password    required    pam_unix.so
    2526session     required    pam_unix.so
    26 <userinput>EOF</userinput></screen>
     27<command>EOF</command></userinput></screen>
    2728
    28 <para>gdm can be tested by executing it from a root console.</para>
     29<para><command>gdm</command> can be tested by executing it from a root console.</para>
    2930
    30 <para>To automate the running of gdm, use the following command to
     31<para>To automate the running of <command>gdm</command>, use the following command to
    3132create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can be removed for GNOME_PREFIX=/usr:
    32 <screen><userinput>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</userinput>
     33<screen><userinput><command>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</command>
    3334#!/bin/bash
    3435# Begin $rc_base/init.d/gdm
     
    7071
    7172# End $rc_base/init.d/gdm
    72 <userinput>EOF
    73 chmod 755 /etc/rc.d/init.d/gdm</userinput></screen></para>
     73<command>EOF
     74chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen></para>
    7475
    7576<para>Create the symbolic links to this file in the relevant
    7677<filename>rc.d</filename>
    7778directory with the following commands:
    78 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     79<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7980ln -sf ../init.d/gdm ../rc0.d/K05gdm &amp;&amp;
    8081ln -sf ../init.d/gdm ../rc1.d/K05gdm &amp;&amp;
     
    8384ln -sf ../init.d/gdm ../rc4.d/K05gdm &amp;&amp;
    8485ln -sf ../init.d/gdm ../rc5.d/S95gdm &amp;&amp;
    85 ln -sf ../init.d/gdm ../rc6.d/K05gdm</userinput></screen></para>
     86ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen></para>
    8687
    8788<para>To autostart with a graphical login, edit
Note: See TracChangeset for help on using the changeset viewer.