Changeset 97c043f


Ignore:
Timestamp:
04/30/2006 10:05:03 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:
6591249
Parents:
b8b3a17
Message:

Commented out the 'Additional Downloads' section and changed the doc files installation to 644 perms instead of 755 in the Pine instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine.xml

    rb8b3a17 r97c043f  
    6161    </itemizedlist>
    6262
     63    <!--
    6364    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6465    <itemizedlist spacing='compact'>
     
    6869      </listitem>
    6970    </itemizedlist>
     71    -->
    7072
    7173    <bridgehead renderas="sect3">Pine Dependencies</bridgehead>
     
    9799    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    98100
    99 <screen role='root'><userinput>install -v -m755 doc/*.1 /usr/share/man/man1 &amp;&amp;
    100 install -v -p -m755 doc/tech-notes/*.html /usr/share/doc/pine&pine-version; &amp;&amp;
     101<screen role='root'><userinput>install -v -m644 doc/*.1 /usr/share/man/man1 &amp;&amp;
     102install -v -p -m644 doc/tech-notes/*.html /usr/share/doc/pine&pine-version; &amp;&amp;
    101103install -v -m755 \
    102104bin/{pine,imapd,ipop2d,ipop3d,mailutil,mtest,pico,pilot,rpdump,rpload} \
     
    109111
    110112    <para><command>sed -i "s@/usr/ ... /lib/pine *)</command>: This
    111     sed will make <application>Pine</application> use <filename
     113    <command>sed</command> will make <application>Pine</application> use <filename
    112114    class="directory">/etc</filename> for configuration files. It also alters
    113115    the documentation to reflect that.</para>
     
    129131
    130132    <para><command>MAILSPOOL=/var/mail</command>: Location of mail spool
    131     files, <filename class="directory">/var/mail.</filename></para>
     133    files, <filename class="directory">/var/mail</filename>.</para>
    132134
    133135    <para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
Note: See TracChangeset for help on using the changeset viewer.