Changeset 7ee9849


Ignore:
Timestamp:
01/13/2005 02:55:38 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
47603ac1
Parents:
8d9eb0f
Message:

Shortened line lengths in various package instructions to fit in the PDF viewable area (through 450 pages)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    r8d9eb0f r7ee9849  
    4444<itemizedlist spacing='compact'>
    4545<listitem><para>Required Patch:
    46 <ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para></listitem>
     46<ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para>
     47</listitem>
    4748</itemizedlist>
    4849</sect3>
     
    127128DHCP_STOP="-k <replaceable>[insert additional stop options here]</replaceable>"
    128129
    129 # Set PRINTIP="yes" to have the script print the DHCP assigned IP address.
     130# Set PRINTIP="yes" to have the script print
     131# the DHCP assigned IP address
    130132PRINTIP="no"
    131133
    132 # Set PRINTALL="yes" to print the DHCP assigned values for IP, SM, DG, and 1st NS.
    133 # This requires PRINTIP="yes"
     134# Set PRINTALL="yes" to print the DHCP assigned values for
     135# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
    134136PRINTALL="no"
    135137<command>EOF</command></userinput></screen>
  • general/prog/tcl.xml

    r8d9eb0f r7ee9849  
    6464sed -i "s:${DIR}/unix:/usr/lib:" tclConfig.sh &amp;&amp;
    6565sed -i "s:${DIR}:/usr/include/tcl${V}:" tclConfig.sh &amp;&amp;
    66 sed -i "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," \
    67     tclConfig.sh &amp;&amp;
     66sed -i \
     67  "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," \
     68  tclConfig.sh &amp;&amp;
    6869make install &amp;&amp;
    6970install -d /usr/include/tcl${V}/unix &amp;&amp;
     
    137138</listitem>
    138139</varlistentry>
    139 
    140 
    141140</variablelist>
    142141
  • server/mail/courier.xml

    r8d9eb0f r7ee9849  
    4040<sect3><title>Package information</title>
    4141<itemizedlist spacing='compact'>
    42 <listitem><para>Download (HTTP): <ulink url="&courier-download-http;"/></para></listitem>
    43 <listitem><para>Download (FTP): <ulink url="&courier-download-ftp;"/></para></listitem>
     42<listitem><para>Download (HTTP):
     43<ulink url="&courier-download-http;"/></para></listitem>
     44<listitem><para>Download (FTP):
     45<ulink url="&courier-download-ftp;"/></para></listitem>
    4446<listitem><para>Download size: &courier-size;</para></listitem>
    45 <listitem><para>Estimated disk space required: &courier-buildsize;</para></listitem>
    46 <listitem><para>Estimated build time: &courier-time;</para></listitem></itemizedlist>
     47<listitem><para>Estimated disk space required:
     48&courier-buildsize;</para></listitem>
     49<listitem><para>Estimated build time:
     50&courier-time;</para></listitem></itemizedlist>
    4751</sect3>
    4852
    4953<sect3><title><application>Courier</application> dependencies</title>
    5054<sect4><title>Required</title>
    51 <para><xref linkend="gdbm"/><!-- or <xref linkend="db"/> --></para></sect4>
     55<para><xref linkend="gdbm"/><!-- or <xref linkend="db"/> --></para>
     56</sect4>
    5257<sect4><title>Optional</title>
    53 <para>
    54 <xref linkend="mysql"/> or <xref linkend="postgresql"/>,
     58<para><xref linkend="mysql"/> or <xref linkend="postgresql"/>,
    5559<xref linkend="Linux_PAM"/>,
    5660<xref linkend="openssl-package"/>,
     
    7680
    7781<screen><userinput><command>groupadd courier &amp;&amp;
    78 useradd -c 'Courier Mail Server' -d /dev/null -g courier -s /bin/false courier</command></userinput></screen>
     82useradd -c 'Courier Mail Server' -d /dev/null \
     83        -g courier -s /bin/false courier</command></userinput></screen>
    7984
    8085<para> You also need to create a bin user. If you already have a user
     
    95100chown courier:courier /var/run/courier</command></userinput></screen>
    96101
    97 <para>Install <application>courier</application> by running the following commands:</para>
     102<para>Install <application>courier</application> by running the following
     103commands:</para>
    98104
    99105<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/courier \
    100106    --datadir=/usr/share/courier --sysconfdir=/etc/courier \
    101107    --localstatedir=/var/lib/courier --with-piddir=/var/run/courier \
    102     --disable-root-check --with-mailuser=courier --with-mailgroup=courier \
     108    --disable-root-check --with-mailuser=courier \
     109    --with-mailgroup=courier \
    103110    --with-paranoid-smtpext --disable-autorenamesent \
    104111    --enable-workarounds-for-imap-client-bugs --with-db=gdbm &amp;&amp;
     
    185192of <application>aspell</application>.</para>
    186193
    187 <para><parameter>--enable-mimetypes=<replaceable>[location of mime.types file]</replaceable></parameter>:
    188 Use this switch if you receive an error saying that the
    189 <filename>mime.types</filename> file could not be found.</para>
     194<para><parameter>--enable-mimetypes=<replaceable>[location of mime.types
     195file]</replaceable></parameter>: Use this switch if you receive an error
     196saying that the <filename>mime.types</filename> file could not be found.</para>
    190197   
    191198</sect2>
     
    282289<filename>/etc/courier/authmysqlrc</filename> file:</para>
    283290
    284 <screen><userinput><command>GRANT ALL PRIVILEGES ON *.* TO courier@localhost IDENTIFIED BY '<replaceable>[password]</replaceable>' WITH GRANT OPTION;
     291<screen><userinput><command>GRANT ALL PRIVILEGES ON *.* TO courier@localhost \
     292    IDENTIFIED BY '<replaceable>[password]</replaceable>' WITH GRANT OPTION;
    285293QUIT</command></userinput></screen>
    286294
     
    576584
    577585<sect3><title>cancelmsg</title>
    578 <para><command>cancelmsg</command> removes a message from the mail queue.</para></sect3>
     586<para><command>cancelmsg</command> removes a message from the mail
     587queue.</para></sect3>
    579588
    580589<sect3><title>courier</title>
     
    590599
    591600<sect3><title>couriermlm</title>
    592 <para><command>couriermlm</command> is the Courier mailing list manager.</para></sect3>
     601<para><command>couriermlm</command> is the Courier mailing list
     602manager.</para></sect3>
    593603
    594604<sect3><title>filterctl</title>
     
    598608
    599609<sect3><title>lockmail</title>
    600 <para><command>lockmail</command> is a helper utility for working with mailbox files.</para></sect3>
     610<para><command>lockmail</command> is a helper utility for working with mailbox
     611files.</para></sect3>
    601612
    602613<sect3><title>mailbot</title>
    603 <para><command>mailbot</command> reads an E-mail message on standard input and creates an E-mail message
    604 replying to the original message's sender.</para></sect3>
     614<para><command>mailbot</command> reads an E-mail message on standard input and
     615creates an E-mail message replying to the original message's
     616sender.</para></sect3>
    605617
    606618<sect3><title>maildirkw</title>
    607 <para><command>maildirkw</command> modifies Courier-IMAP compatible maildir message keywords.</para></sect3>
     619<para><command>maildirkw</command> modifies Courier-IMAP compatible maildir
     620message keywords.</para></sect3>
    608621
    609622<sect3><title>maildrop</title>
    610 <para><command>maildrop</command> is a replacement local mail delivery agent that includes a mail filtering
    611 language.</para></sect3>
     623<para><command>maildrop</command> is a replacement local mail delivery agent
     624that includes a mail filtering language.</para></sect3>
    612625
    613626<sect3><title>makeacceptmailfor</title>
    614 <para><command>makeacceptmailfor</command> Build a list of domains to accept mail for from the
    615 <filename>/etc/courier/esmtpacceptmailfor.dir</filename> directory.</para></sect3>
     627<para><command>makeacceptmailfor</command> Build a list of domains to accept
     628mail for from the
     629<filename>/etc/courier/esmtpacceptmailfor.dir</filename>
     630directory.</para></sect3>
    616631
    617632<sect3><title>makealiases</title>
    618 <para><command>makealiases</command> Build a list of aliases from the <filename>/etc/courier/aliases</filename>
     633<para><command>makealiases</command> Build a list of aliases from the
     634<filename>/etc/courier/aliases</filename>
    619635or <filename>/etc/courier/aliasdir</filename> directories.</para></sect3>
    620636
    621637<sect3><title>makehosteddomains</title>
    622 <para><command>makehostedomains</command> Build a database of hosted domains from <filename>hosteddomains</filename>.</para></sect3>
     638<para><command>makehostedomains</command> Build a database of hosted domains
     639from <filename>hosteddomains</filename>.</para></sect3>
    623640
    624641<sect3><title>makepercentrelay</title>
     
    639656<sect3><title>makeuucpneighbors</title>
    640657<para><command>makeuucpneighbors</command> Builds a list of
    641 <acronym>UUCP</acronym> recipients using <filename>/etc/courier/uucpneighbors</filename>.</para></sect3>
     658<acronym>UUCP</acronym> recipients using
     659<filename>/etc/courier/uucpneighbors</filename>.</para></sect3>
    642660
    643661<sect3><title>reformail</title>
    644 <para><command>reformail</command> program reads a message on standard input, reformats it in some way,
    645  and writes the message to standard output.</para></sect3>
     662<para><command>reformail</command> program reads a message on standard input,
     663reformats it in some way, and writes the message to standard
     664output.</para></sect3>
    646665
    647666<sect3><title>reformime</title>
    648 <para><command>reformime</command> is a utility for reformatting MIME messages.</para></sect3>
     667<para><command>reformime</command> is a utility for reformatting MIME
     668messages.</para></sect3>
    649669
    650670<sect3><title>sendmail</title>
    651 <para><command>sendmail</command> command reads an E-mail message and delivers the message to its recipients.
    652 This sendmail command is part of the Courier mail server, although it attempts to emulate the behavior of the
    653 original sendmail MTA.</para></sect3>
     671<para><command>sendmail</command> command reads an E-mail message and delivers
     672the message to its recipients. This sendmail command is part of the Courier
     673mail server, although it attempts to emulate the behavior of the original
     674sendmail MTA.</para></sect3>
    654675
    655676<sect3><title>showconfig</title>
    656 <para><command>showconfig</command> Shows the current Courier configuration.</para></sect3>
     677<para><command>showconfig</command> Shows the current Courier
     678configuration.</para></sect3>
    657679
    658680<sect3><title>showmodules</title>
    659 <para><command>showmodules</command> Shows the current Courier modules.</para></sect3>
     681<para><command>showmodules</command> Shows the current Courier
     682modules.</para></sect3>
    660683
    661684<sect3><title>testmxlookup</title>
    662 <para><command>testmxlookup</command> lists the names and IP addresses of mail relays that receive mail for the
    663 domain.  This is useful in diagnosing mail delivery problems.</para></sect3>
     685<para><command>testmxlookup</command> lists the names and IP addresses of
     686mail relays that receive mail for the domain.  This is useful in diagnosing
     687mail delivery problems.</para></sect3>
    664688
    665689</sect2>
     690
    666691</sect1>
    667692
  • server/other/bind.xml

    r8d9eb0f r7ee9849  
    8686install -m644 rfc/* \
    8787    /usr/share/doc/bind-9.3.0/rfc &amp;&amp;
    88 install -m644 misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
     88install -m644 \
     89    misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
    8990    /usr/share/doc/bind-9.3.0/misc</command></userinput></screen>
    9091
Note: See TracChangeset for help on using the changeset viewer.