Changeset e3353b3


Ignore:
Timestamp:
05/01/2005 09:37:53 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ce1d4c88
Parents:
06a0740d
Message:

Fixed titles capitalization. Added -v to commands that support it.

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

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail.xml

    r06a0740d re3353b3  
    8080 
    8181  <sect2 role="commands">
    82     <title>Command explanations</title>
     82    <title>Command Explanations</title>
    8383   
    8484    <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
     
    9696   
    9797    <sect3 id="fetchmail-config">
    98       <title>Config files</title>
     98      <title>Config Files</title>
    9999     
    100100      <para><filename>~/.fetchmailrc</filename></para>
     
    119119EOF
    120120         
    121 chmod 0600 ~/.fetchmailrc</userinput></screen>
     121chmod -v 0600 ~/.fetchmailrc</userinput></screen>
    122122     
    123123      <para>This is an example configuration that should suffice for most people.
  • basicnet/mailnews/mutt.xml

    r06a0740d re3353b3  
    6868   
    6969    <para><application>Mutt</application> requires a group named
    70       <systemitem class="groupname">mail</systemitem>.  You can
     70    <systemitem class="groupname">mail</systemitem>.  You can
    7171    add this group, if it does not exist, with this command:</para>
    7272   
     
    7777    <filename class="directory">/var/mail</filename> with this command:</para>
    7878   
    79 <screen role="root"><userinput>chgrp mail /var/mail</userinput></screen>
     79<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
    8080   
    8181    <para>Install <application>Mutt</application> by running the following
     
    9090 
    9191  <sect2 role="commands">
    92     <title>Command explanations</title>
     92    <title>Command Explanations</title>
    9393   
    9494    <para><parameter>--enable-pop</parameter>: This switch enables
     
    104104   
    105105    <sect3 id="mutt-config">
    106       <title>Config files</title>
     106      <title>Config Files</title>
    107107     
    108108      <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
  • basicnet/mailnews/nail.xml

    r06a0740d re3353b3  
    8383   
    8484<screen role='root'><userinput>make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
    85 ln -sf nail /usr/bin/mail &amp;&amp;
    86 ln -sf nail /usr/bin/mailx</userinput></screen>
     85ln -v -sf nail /usr/bin/mail &amp;&amp;
     86ln -v -sf nail /usr/bin/mailx</userinput></screen>
    8787   
    8888  </sect2>
    8989 
    9090  <sect2 role="commands">
    91     <title>Command explanations</title>
     91    <title>Command Explanations</title>
    9292   
    9393    <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
     
    106106   
    107107    <sect3 id="nail-config">
    108       <title>Config files</title>
     108      <title>Config Files</title>
    109109     
    110110      <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
  • basicnet/mailnews/pine.xml

    r06a0740d re3353b3  
    6565    </itemizedlist>
    6666   
    67     <bridgehead renderas="sect3">Nail Dependencies</bridgehead>
     67    <bridgehead renderas="sect3">Pine Dependencies</bridgehead>
    6868   
    6969    <bridgehead renderas="sect4">Required</bridgehead>
     
    8484./build DEBUG=-O MAILSPOOL=/var/mail \
    8585    SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
    86 cp doc/*.1 /usr/share/man/man1 &amp;&amp;   
     86cp -v doc/*.1 /usr/share/man/man1 &amp;&amp;   
    8787cd bin &amp;&amp;
    88 install -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
     88install -v -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
    8989    pilot rpdump rpload /usr/bin</userinput></screen>
    9090   
     
    9292 
    9393  <sect2 role="commands">
    94     <title>Command explanations</title>
     94    <title>Command Explanations</title>
    9595   
    9696    <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
     
    128128   
    129129    <sect3 id="pine-config">
    130       <title>Config files</title>
     130      <title>Config Files</title>
    131131     
    132132      <para><filename>~/.pinerc</filename></para>
  • basicnet/mailnews/procmail.xml

    r06a0740d re3353b3  
    6969 
    7070  <sect2 role="commands">
    71     <title>Command explanations</title>
     71    <title>Command Explanations</title>
    7272   
    7373    <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
    74       <command>make</command> from asking you where to test file-locking
     74    <command>make</command> from asking you where to test file-locking
    7575    patterns.</para>
    7676   
     
    8484   
    8585    <sect3 id="procmail-config">
    86       <title>Config files</title>
     86      <title>Config Files</title>
    8787     
    8888      <para><filename>/etc/procmailrc</filename> and
     
    103103     
    104104      <para>Recipes have to be written and placed in your
    105         <filename>~/.procmailrc</filename> for execution. The procmailex man
     105      <filename>~/.procmailrc</filename> for execution. The procmailex man
    106106      page is the starting place to learn how to write recipes.</para>
    107107     
  • basicnet/netprogs/inetutils.xml

    r06a0740d re3353b3  
    9494
    9595<screen role="root"><userinput>make install &amp;&amp;
    96 mv /usr/bin/ping /bin</userinput></screen>
     96mv -v /usr/bin/ping /bin</userinput></screen>
    9797
    9898  </sect2>
  • basicnet/netprogs/ncpfs.xml

    r06a0740d re3353b3  
    177177      configuration file with the following commands:</para>
    178178
    179 <screen role="root"><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     179<screen role="root"><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    180180cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipx &lt;&lt; "EOF"
    181181<literal>ONBOOT="yes"
  • basicnet/netprogs/ntp.xml

    r06a0740d re3353b3  
    150150      time:</para>
    151151
    152 <screen role="root"><userinput>ln -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
    153 ln -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
     152<screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
     153ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
    154154
    155155      <para>The other way around is already set up by LFS.</para>
  • basicnet/netprogs/subversion.xml

    r06a0740d re3353b3  
    8585    inetd or <xref linkend="xinetd"/> (server only)</para>
    8686   
    87     <bridgehead renderas="sect4">Optional for the bundled version of
    88     <application>neon</application></bridgehead>
     87    <bridgehead renderas="sect4">Optional for the Bundled Version of
     88    <application>Neon</application></bridgehead>
    8989    <para><xref linkend="pkgconfig"/>,
    9090    <xref linkend="openssl"/>,
    9191    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
    9292   
    93     <bridgehead renderas="sect4">Optional for the bundled version of
     93    <bridgehead renderas="sect4">Optional for the Bundled Version of
    9494    <application>Apache Portable Runtime</application></bridgehead>
    9595    <para><xref linkend="expat"/> and
    9696    <xref linkend="gdbm"/></para>
    9797   
    98     <bridgehead renderas="sect4">Optional to build the
    99     <application>SWIG</application> bindings</bridgehead>
     98    <bridgehead renderas="sect4">Optional to Build the
     99    <application>SWIG</application> Bindings</bridgehead>
    100100    <para><ulink url="http://www.swig.org">SWIG</ulink> and
    101101    <xref linkend="python"/></para>
  • basicnet/netutils/traceroute.xml

    r06a0740d re3353b3  
    9292    with the command:</para>
    9393   
    94 <screen role='root'><userinput>chmod 0755 /usr/sbin/traceroute</userinput></screen>
     94<screen role='root'><userinput>chmod -v 0755 /usr/sbin/traceroute</userinput></screen>
    9595   
    9696    <para>The risk is that if a security problem such as a buffer overflow was
     
    109109    with the following command:</para>
    110110   
    111 <screen role='root'><userinput>mv /usr/sbin/traceroute /usr/bin</userinput></screen>
     111<screen role='root'><userinput>mv -v /usr/sbin/traceroute /usr/bin</userinput></screen>
    112112   
    113113    <para>This ensures that the binary is in the path for non-root users.</para>
  • basicnet/textweb/w3m.xml

    r06a0740d re3353b3  
    8383make &amp;&amp;
    8484make install &amp;&amp;
    85 install -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
    86 install -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>
     85install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
     86install -v -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>
    8787   
    8888  </sect2>
  • book/preface.xml

    r06a0740d re3353b3  
    147147    </sect1info>
    148148   
    149     <title>Who would want to read this book</title>
     149    <title>Who Would Want to Read this Book</title>
    150150   
    151151    <para>This book is mainly aimed at those who have built a system based
  • connect/dhcp/dhcp-client.xml

    r06a0740d re3353b3  
    5858    </indexterm>
    5959   
    60 <screen role='root'><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     60<screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    6161cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/dhclient &lt;&lt; "EOF"
    6262<literal>ONBOOT="yes"
  • connect/dhcp/dhcpcd.xml

    r06a0740d re3353b3  
    159159      </indexterm>
    160160
    161 <screen role='root'><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     161<screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    162162cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd &lt;&lt; "EOF"
    163163<literal>ONBOOT="yes"
  • connect/other/pppoe.xml

    r06a0740d re3353b3  
    198198        class="username">root</systemitem>):</para>
    199199     
    200 <screen role='root'><userinput>rm /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></screen>
     200<screen role='root'><userinput>rm -v /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></screen>
    201201      </note>
    202202
    203 <screen role='root'><userinput>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     203<screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    204204cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/pppoe &lt;&lt; "EOF"
    205205<literal>ONBOOT="yes"
  • general/genlib/fam.xml

    r06a0740d re3353b3  
    7878
    7979<screen><userinput>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch &amp;&amp;
    80 chmod 755 configure &amp;&amp;
     80chmod -v 755 configure &amp;&amp;
    8181autoreconf -f -i &amp;&amp;
    8282./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    9898    modifications.</para>
    9999   
    100     <para><command>chmod 755 configure</command>: <command>configure</command> is
     100    <para><command>chmod -v 755 configure</command>: <command>configure</command> is
    101101    set to read-only and <command>autoreconf</command> will fail if the
    102102    permissions aren't changed.</para>
Note: See TracChangeset for help on using the changeset viewer.