Changeset 8e6d39f1


Ignore:
Timestamp:
04/12/2003 03:48:46 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a4abbd7c
Parents:
0d1379a
Message:

fix daemontools patch, daemontools-man-config

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/djb/daemontools/daemontools-exp.xml

    r0d1379a r8e6d39f1  
    2020
    2121<para><userinput>package/compile</userinput> : This command actually
    22 compiles the source and puts the binaries in a command directory.</para>
     22compiles the source and prepares the binaries.</para>
    2323
    2424<para>Since we are installing the binaries in
    2525<filename>/usr/sbin</filename> rather than creating
    26 a non-standard /command directory, several paths have to be changed:</para>
     26a non-standard <filename>/command</filename> directory, several paths have to be changed:</para>
    2727<para><screen><userinput>sed 's|command|usr/sbin|' boot.inittab &gt; boot.inittab~</userinput>
    2828<userinput>mv boot.inittab~ boot.inittab</userinput></screen></para>
  • general/genlib/gwrap/gwrap.ent

    r0d1379a r8e6d39f1  
    77<!ENTITY gwrap-buildsize "22 MB">
    88<!ENTITY gwrap-version "1.2.1">
    9 <!ENTITY gwrap-download-http "http://ibiblio.org/pub/Linux/X11/gnome/sources/g-wrap/1.2/g-wrap-&gwrap-version;.tar.bz2">
     9<!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
    1010<!ENTITY gwrap-download-ftp "">
    1111<!ENTITY gwrap-size "268 KB">
  • general/genutils/bc/bc-inst.xml

    r0d1379a r8e6d39f1  
    66<para>Install bc by running the following commands:</para>
    77
    8 <para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch
    9 &amp;&amp;
     8<para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch &amp;&amp;
    109patch -Np1 -i ../bc-1.06-info.patch &amp;&amp;
    1110patch -Np1 -i ../bc-1.06-readline.patch &amp;&amp;
  • index.xml

    r0d1379a r8e6d39f1  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030410">
    6 <!ENTITY releasedate "April 10th, 2003">
     5<!ENTITY version "20030411">
     6<!ENTITY releasedate "April 11th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • server/mail/qmail/qmail-config.xml

    r0d1379a r8e6d39f1  
    9292found in the <filename>/var/qmail/doc/INSTALL.mbox</filename>
    9393file.  Most MUAs can be configured to use qmail Mailbox format buy
    94 putting the following in ~/.profile:</para>
     94putting the following in <filename>~/.profile</filename>:</para>
    9595<para><screen><userinput>MAIL=$HOME/Mailbox; export MAIL
    9696</userinput></screen></para></sect3>
Note: See TracChangeset for help on using the changeset viewer.