Changeset 82269e50


Ignore:
Timestamp:
04/12/2006 01:47:38 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9e546ce
Parents:
2ee0a026
Message:

Updates to the Enscript instructions: added a patch to fix security vulnerabilities, added commands to build alternate formats of the documentation, fixed the wiki link to point to the already existing wiki page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2ee0a026 r82269e50  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updates to the Enscript instructions: added a patch
     49          to fix security vulnerabilities, added commands to build alternate
     50          formats of the documentation, fixed the wiki link to point to the
     51          already existing wiki page.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[bdubbs] - Updated to tripwire-2.4.0.1.</para>
    4955        </listitem>
  • pst/ps/enscript.xml

    r2ee0a026 r82269e50  
    1313  <!ENTITY enscript-md5sum        "b5174b59e4a050fb462af5dbf28ebba3">
    1414  <!ENTITY enscript-size          "1.0 MB">
    15   <!ENTITY enscript-buildsize     "10.2 MB">
    16   <!ENTITY enscript-time          "0.13 SBU">
     15  <!ENTITY enscript-buildsize     "11.5 MB">
     16  <!ENTITY enscript-time          "less than 0.1 SBU">
    1717]>
    1818
     
    6363    </itemizedlist>
    6464
     65    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <itemizedlist spacing="compact">
     67      <listitem>
     68        <para>Required patch: <ulink
     69        url="&patch-root;/enscript-&enscript-version;-security_fixes-1.patch"/></para>
     70      </listitem>
     71    </itemizedlist>
     72
    6573    <para condition="html" role="usernotes">User Notes:
    66     <ulink url="&blfs-wiki;/enscript"/></para>
     74    <ulink url="&blfs-wiki;/Enscript"/></para>
    6775
    6876  </sect2>
     
    7482    following commands:</para>
    7583
    76 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/enscript \
    77     --localstatedir=/var --with-media=Letter &amp;&amp;
     84<screen><userinput>patch -Np1 -i ../enscript-&enscript-version;-security_fixes-1.patch &amp;&amp;
     85./configure --prefix=/usr \
     86            --sysconfdir=/etc/enscript \
     87            --localstatedir=/var \
     88            --with-media=Letter &amp;&amp;
    7889make</userinput></screen>
    7990
     91    <para>Though it is very sparse, if you have <xref linkend="tex"/>
     92    installed, you can create alternate forms of the documentation by issuing
     93    any or all of the following commands:</para>
     94
     95<screen><userinput>make -C docs ps &amp;&amp;
     96make -C docs pdf &amp;&amp;
     97
     98cd docs &amp;&amp;
     99texi2html enscript.texi &amp;&amp;
     100makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
     101cd ..</userinput></screen>
     102
    80103    <para>To test the results, issue: <command>make check</command>.</para>
    81104
    82105    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    83106
    84 <screen role="root"><userinput>make install</userinput></screen>
     107<screen role="root"><userinput>make install &amp;&amp;
     108install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
     109install -v -m644 README* *.txt docs/FAQ.html \
     110    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
     111
     112    <para>If you built any of the alternate forms of documentation, install it
     113    using the following command as the
     114    <systemitem class="username">root</systemitem> user:</para>
     115
     116<screen role="root"><userinput>install -v -m644 docs/*.{dvi,html,pdf,ps,txt} \
     117    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    85118
    86119  </sect2>
     
    114147        and states</seg>
    115148        <seg>None</seg>
    116         <seg>/usr/share/enscript</seg>
     149        <seg>/etc/enscript, /usr/share/doc/enscript-&enscript-version; and
     150        /usr/share/enscript</seg>
    117151      </seglistitem>
    118152    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.