Changeset 562e942 for lxde/apps/lxdm.xml


Ignore:
Timestamp:
09/25/2014 10:38:33 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9da0e9c
Parents:
2624411
Message:

LXDM-0.5.0: reformat sed.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    r2624411 r562e942  
    121121sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &amp;&amp;
    122122sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession &amp;&amp;
    123 sed -e 's/^bg/#&amp;/' -e '/reset=1/ s/# //' \
     123sed -e 's/^bg/#&amp;/'        \
     124    -e '/reset=1/ s/# //' \
     125    -e 's/logou$/logout/' \
    124126    -e "/arg=/a arg=$XORG_PREFIX/bin/X -background vt1" \
    125     -e 's/logou$/logout/' -i data/lxdm.conf.in</userinput></screen>
     127    -i data/lxdm.conf.in</userinput></screen>
    126128
    127129    <para>
     
    159161    <para>
    160162      <command>sed -i ... data/lxdm.conf.in</command>: Modifications in the
    161       default configuration: (1) fix the background to the default one; (2)
    162       restart X when session is close; (3) typo; and (4) include
    163       <envar>XORG_PREFIX</envar>, which may be different from <filename
    164       class="directory">/usr</filename>.
     163      default configuration:
     164      (1) fix the background to the default one;
     165      (2) restart X when session is close;
     166      (3) typo; and
     167      (4) include <envar>XORG_PREFIX</envar>, which may be different from
     168      <filename class="directory">/usr</filename>.
    165169    </para>
    166170
Note: See TracChangeset for help on using the changeset viewer.