Changeset 12a352e2


Ignore:
Timestamp:
08/05/2004 01:51:33 PM (20 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e7ff049a
Parents:
aede76e
Message:

correct validation errors

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content/web/vsftpd.xml

    raede76e r12a352e2  
    55  %general-entities;
    66
    7   <!ENTITY vsftpd-download-http "">
     7  <!ENTITY vsftpd-download-http " ">
    88  <!ENTITY vsftpd-download-ftp  "ftp://vsftpd.beasts.org/users/cevans/vsftpd-&vsftpd-version;.tar.gz">
    99  <!ENTITY vsftpd-size          "148 KB">
  • server/mail/postfix.xml

    raede76e r12a352e2  
    8686destination directories in all but the three cases explicitly mention.</para>
    8787
    88 <para><command>make CCARGS=<quote>$CCARGS -DHAS_MYSQL
    89 -I/usr/include/mysql</quote> \</command></para>
    90 <para><command>AUXLIBS=<quote>$AUXLIBS -L/usr/lib/mysql -lmysqlclient -lz
    91 -lm</quote></command> : This will allow you to build postfix with MySQL
     88<para><command>make CCARGS="$CCARGS -DHAS_MYSQL
     89-I/usr/include/mysql" \</command></para>
     90<para><command>AUXLIBS="$AUXLIBS -L/usr/lib/mysql -lmysqlclient -lz
     91-l"</command> : This will allow you to build postfix with MySQL
    9292support.</para>
    9393
     
    132132editor to make the changes you need for your situation.</para>
    133133
    134 <screen><userinput><command>sed -i <quote>s/LOGIN/<replaceable>[user]</replaceable>/</quote> /etc/aliases &amp;&amp;
    135 sed -i <quote>s/#myhostname = host.domain.tld/myhostname = \
    136         <replaceable>[localhost.localdomain]</replaceable>/</quote> /etc/postfix/main.cf &amp;&amp;
     134<screen><userinput><command>sed -i "s/LOGIN/<replaceable>[user]</replaceable>/" /etc/aliases &amp;&amp;
     135sed -i "s/#myhostname = host.domain.tld/myhostname = \
     136        <replaceable>[localhost.localdomain]</replaceable>/" /etc/postfix/main.cf &amp;&amp;
    137137/usr/bin/newaliases &amp;&amp;
    138138/usr/sbin/postfix start</command></userinput></screen></sect3>
Note: See TracChangeset for help on using the changeset viewer.