Ignore:
Timestamp:
07/30/2017 09:29:44 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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:
0e956e6f
Parents:
c7cb25b
Message:

Update to mpg123-1.25.3.
Update to nano-2.8.6 and configuration.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    rc7cb25b rce34cbb  
    88  <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2.8/nano-&nano-version;.tar.xz">
    99  <!ENTITY nano-download-ftp  " ">
    10   <!ENTITY nano-md5sum        "dfcadeeca124a38bf37a5fd286933b39">
     10  <!ENTITY nano-md5sum        "66e3ca6b718d3cac7ba6c4410a198aab">
    1111  <!ENTITY nano-size          "1.4 MB">
    1212  <!ENTITY nano-buildsize     "16 MB">
     
    107107
    108108<screen role="root"><userinput>make install &amp;&amp;
    109 install -v -m644 doc/nano.html /usr/share/doc/nano-&nano-version;</userinput></screen>
     109install -v -m644 doc/{nano.html,sample.nanorc) /usr/share/doc/nano-&nano-version;</userinput></screen>
    110110
    111111  </sect2>
     
    156156
    157157<screen><literal>set autoindent
    158 set const
     158set constantshow
    159159set fill 72
    160160set historylog
    161161set multibuffer
    162162set nohelp
     163set nowrap
     164set positionlog
     165set quickblank
    163166set regexp
    164167set smooth
     
    167170      <para>
    168171        Another example is the <filename>nanorc.sample</filename> file
    169         in the <filename class="directory">/etc</filename> directory.
     172        in the installed documentation directory.
    170173        It includes color configurations and has some documentation included
    171174        in the comments.
Note: See TracChangeset for help on using the changeset viewer.