Changeset 4f9b1f7


Ignore:
Timestamp:
08/04/2004 01:50:39 AM (20 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
da4aff6
Parents:
5c89a13
Message:

Added "LOCKINGTEST=/tmp" to procmail make command.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/procmail.xml

    r5c89a13 r4f9b1f7  
    4343<para>Install <application>Procmail</application> by running the following commands:</para>
    4444
    45 <screen><userinput><command>make install &amp;&amp;
     45<screen><userinput><command>make LOCKINGTEST=/tmp install &amp;&amp;
    4646make install-suid</command></userinput></screen>
    4747
     
    5050<sect2>
    5151<title>Command explanations</title>
     52
     53<para><command>make LOCKINGTEST=/tmp install</command>: This prevents make from
     54asking you where to test file-locking patterns.</para>
    5255
    5356<para><command>make install-suid</command>: Modifies permissions of
  • general.ent

    r5c89a13 r4f9b1f7  
    1 <!ENTITY day          "02">
     1<!ENTITY day          "03">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2004">
     
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
    88<!ENTITY lfs-version  "testing">              <!-- stable|testing|unstable] -->
    9 <!ENTITY last-commit  "Mon Aug  2 08:01:17 MDT 2004"> <!-- Need to set up auto update for this -->
     9<!ENTITY last-commit  "Tue Aug  3 19:33:35 MDT 2004"> <!-- Need to set up auto update for this -->
    1010
    1111<!ENTITY maintainer-fullname  "Bruce Dubbs">
  • introduction/welcome/changelog.xml

    r5c89a13 r4f9b1f7  
    1919<itemizedlist>
    2020
     21<listitem><para>August 3rd, 2004 [archaic]: Added 'LOCKINGTEST=/tmp' to procmail
     22make command.</para></listitem>
     23
    2124<listitem><para>August 2nd, 2004 [archaic]: Dropped 'BASENAME=/usr' from the
    22 make command.</para></listitem>
     25procmail make command.</para></listitem>
    2326
    2427<listitem><para>August 1st, 2004 [randy]: Changed sed command in traceroute
Note: See TracChangeset for help on using the changeset viewer.