Changeset ddc9b83 for networking/textweb


Ignore:
Timestamp:
11/24/2013 10:58:21 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2fd089ac
Parents:
2dee4c6
Message:

Add role="root" attributes to some command in lynx.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/lynx.xml

    r2dee4c6 rddc9b83  
    194194      <para>The proper way to get the display character set is to examine the
    195195      current locale. However, <application>Lynx</application> does not do
    196       this by default. Change this setting:</para>
    197 
    198 <screen><userinput>sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
     196      this by default. As the <systemitem class="username">root</systemitem>
     197      user, change this setting:</para>
     198
     199<screen role="root"><userinput>sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
    199200
    200201      <para>The built-in editor in <application>Lynx</application>
     
    205206      to this problem is to configure <application>Lynx</application> to
    206207      use an external editor (bound to the <quote>Ctrl+X e</quote> key
    207       combination by default):</para>
    208 <screen><userinput>sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg</userinput></screen>
     208      combination by default). Still as the
     209      <systemitem class="username">root</systemitem> user:</para>
     210<screen role="root"><userinput>sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg</userinput></screen>
    209211
    210212      <para><application>Lynx</application> handles the following values of
     
    218220
    219221      <para>By default, <application>Lynx</application> doesn't save cookies
    220       between sessions. Change this setting:</para>
    221 <screen><userinput>sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
     222      between sessions. Again as the
     223      <systemitem class="username">root</systemitem> user, change this
     224      setting:</para>
     225<screen role="root"><userinput>sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
    222226
    223227      <para>Many other system-wide settings such as proxies can also be set
Note: See TracChangeset for help on using the changeset viewer.