Changeset a75063d4 for gnome/other


Ignore:
Timestamp:
09/27/2003 06:46:10 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:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

File:
1 edited

Legend:

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

    r009b52f ra75063d4  
    1717password    required    pam_unix.so
    1818session     required    pam_unix.so
    19 <command>EOF</command></userinput></screen>
    20 <screen><userinput><command>cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
     19<command>EOF
     20cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
    2121auth        required    pam_env.so
    2222auth        required    pam_nologin.so
     
    3030
    3131<para>To automate the running of <command>gdm</command>, use the following command to
    32 create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can be removed for GNOME_PREFIX=/usr:
     32create the init.d script if your
     33GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can
     34be removed for GNOME_PREFIX=/usr:</para>
    3335<screen><userinput><command>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</command>
    3436#!/bin/bash
     
    7274# End $rc_base/init.d/gdm
    7375<command>EOF
    74 chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen></para>
     76chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen>
    7577
    7678<para>Create the symbolic links to this file in the relevant
    7779<filename>rc.d</filename>
    78 directory with the following commands:
     80directory with the following commands:</para>
    7981<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    8082ln -sf ../init.d/gdm ../rc0.d/K05gdm &amp;&amp;
     
    8486ln -sf ../init.d/gdm ../rc4.d/K05gdm &amp;&amp;
    8587ln -sf ../init.d/gdm ../rc5.d/S95gdm &amp;&amp;
    86 ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen></para>
     88ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen>
    8789
    8890<para>To autostart with a graphical login, edit
    89 <filename>/etc/inittab</filename> so that the line reading
     91<filename>/etc/inittab</filename> so that the line reading</para>
    9092<screen>id:3:initdefault:</screen>
    91 is changed to
    92 <screen>id:5:initdefault:</screen></para>
     93<para>is changed to</para>
     94<screen>id:5:initdefault:</screen>
    9395
    9496</sect3>
Note: See TracChangeset for help on using the changeset viewer.