Ignore:
Timestamp:
04/10/2006 06:38:56 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:
c5c2654
Parents:
977061b0
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r977061b0 r3cb0c57  
    8181    <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink></para>
    8282
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/postfix"/></para>
     85
    8386  </sect2>
    8487
     
    177180
    178181<screen><literal>CCARGS='-DHAS_CDB'
    179 AUXLIBS='<replaceable>[/path/to/CDB]/</replaceable>libcdb.a'</literal></screen>
     182AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
    180183
    181184      </sect4>
     
    201204
    202205<screen><userinput>make makefiles CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    203     -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>[additional args]</replaceable>' \
    204     <replaceable>[AUXLIBS='additonal args']</replaceable> &amp;&amp;
     206    -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>&lt;additional args&gt;</replaceable>' \
     207    <replaceable>&lt;AUXLIBS='additonal args'&gt;</replaceable> &amp;&amp;
    205208make</userinput></screen>
    206209
     
    284287      with <command>sed</command> commands entered into the console with
    285288      appropriate substitutions of your non-root login name for
    286       <replaceable>[user]</replaceable> and your fully qualified hostname for
    287       <replaceable>[localhost.localdomain]</replaceable>. You will find the
     289      <replaceable>&lt;user&gt;</replaceable> and your fully qualified hostname for
     290      <replaceable>&lt;localhost.localdomain&gt;</replaceable>. You will find the
    288291      <filename>main.cf</filename> file is self documenting, so load it into
    289292      your editor to make the changes you need for your situation.</para>
    290293
    291 <screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>[user]</replaceable>/" /etc/aliases &amp;&amp;
     294<screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>&lt;user&gt;</replaceable>/" /etc/aliases &amp;&amp;
    292295sed -i "s/#myhostname = host.domain.tld/myhostname = \
    293   <replaceable>[localhost.localdomain]</replaceable>/" /etc/postfix/main.cf &amp;&amp;
     296  <replaceable>&lt;localhost.localdomain&gt;</replaceable>/" /etc/postfix/main.cf &amp;&amp;
    294297/usr/bin/newaliases &amp;&amp;
    295298/usr/sbin/postfix start</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.