Finish tagging networking and pst sections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15596 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-03-02 01:45:33 +00:00
parent 8cd3010467
commit 80d6d7d5d5
22 changed files with 40 additions and 36 deletions

View File

@ -103,8 +103,7 @@ mkdir -p /var/spool/cron</userinput></screen>
<para>Install <application>at</application> with the following
commands:</para>
<screen><userinput>./configure --docdir=/usr/share/doc/at-&at-version; \
--with-daemon_username=atd \
<screen><userinput>./configure --with-daemon_username=atd \
--with-daemon_groupname=atd \
SENDMAIL=/usr/sbin/sendmail &amp;&amp;
make -j1</userinput></screen>
@ -113,7 +112,9 @@ make -j1</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>make install \
docdir=/usr/share/doc/at-&at-version; \
atdocdir=/usr/share/doc/at-&at-version; </userinput></screen>
</sect2>

View File

@ -36,7 +36,7 @@
addresses. dhcpcd strives to be a fully featured, yet very lightweight
DHCP client.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
forwards it to the local (client) machine's delivery system, so it can then be
read by normal mail user agents.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -34,7 +34,7 @@
Agent. This is useful for reading, writing, replying to, saving, and
deleting your email.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
@ -115,7 +115,7 @@
<note>
<para>This version of <application>Mutt</application> is a development
release. The BLFS staff has determined that it provides a stable
release. The BLFS editors have determined that it provides a stable
program and fixes two issues in the current stable version of
<application>Mutt</application>: a segmentation fault that occurs under
certain conditions and a compilation problem when building with recent

View File

@ -33,7 +33,7 @@
<para>The <application>Procmail</application> package contains an autonomous
mail processor. This is useful for filtering and sorting incoming mail.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
@ -71,6 +71,7 @@
commands as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>sed -i 's/getline/get_line/' src/*.[ch] &amp;&amp;
make LOCKINGTEST=/tmp MANDIR=/usr/share/man install &amp;&amp;
make install-suid</userinput></screen>

View File

@ -32,7 +32,7 @@
<para><application>Re-alpine</application> is the continuation of Alpine;
a text-based email client developed by the University of Washington.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -36,7 +36,7 @@
includes the <command>drill</command> tool.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
sending and receiving NDP messages.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
packet capture, used in low-level network monitoring.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -108,6 +108,7 @@
</para>
<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

View File

@ -32,7 +32,7 @@
<para>The <application>cifs-utils</application> provides a means for
mounting SMB/CIFS shares on a Linux system.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
Active Directory domain and a NetBIOS (rfc1001/1002) nameserver (which
among other things provides LAN browsing support).</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -129,7 +129,7 @@ make</userinput></screen>
<para>According to <application>Samba</application> developers, the
limitation to 108 characters of the path length of a unix named pipe socket
may be the cause of errors, so that over 1/3 of the tests might fail. For
this reason, the switch <option>-/-with-selftest-prefix=/tmp/quick</option>
this reason, the switch <option>--with-selftest-prefix=/tmp/quick</option>
(or another path with small number of characters) can be used with
configure. Even so, the
<quote><replaceable>samba3.raw.eas</replaceable></quote> test may fail,

View File

@ -34,7 +34,7 @@
facilitates service discovery on a local network.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -125,8 +125,11 @@ useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 \
<!-- final part of sed removes " -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 \" -->
<screen><userinput>sed -i 's/\(CFLAGS=.*\)-Werror \(.*\)/\1\2/' configure &amp;&amp;
sed -i -e 's/-DG_DISABLE_DEPRECATED=1//' \
-e '/-DGDK_DISABLE_DEPRECATED/d' avahi-ui/Makefile.in &amp;&amp;
sed -e 's/-DG_DISABLE_DEPRECATED=1//' \
-e '/-DGDK_DISABLE_DEPRECATED/d' \
-i avahi-ui/Makefile.in &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \

View File

@ -38,7 +38,7 @@
<application>BIND</application> server, but need these
client side applications.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
available to clients compatible with the protocol.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
detected and re-joined automatically the next time it's available.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
url="http://projects.kde.org/projects/extragear/network/wicd-kde">here</ulink>.
</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -123,7 +123,7 @@ python setup.py configure --no-install-kde \
<para>Now, as the <systemitem class="username">root</systemitem> user, install the package:</para>
<screen role="root"><userinput>python setup.py install</userinput></screen>
<screen role="root"><userinput>LANG=C python setup.py install</userinput></screen>
</sect2>
@ -164,6 +164,10 @@ python setup.py configure --no-install-kde \
<para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
The group that will have permission to use the Wicd client (default is the
<systemitem class="groupname">users</systemitem> group).</para>
<para><envar>LANG=C</envar>: This envronment variable is needed to allow
the installation to complete.</para>
</sect2>
<sect2 role="configuration">

View File

@ -38,7 +38,7 @@
as well as the capability to read capture files from many other popular
network analyzers.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -170,12 +170,6 @@ EOF</userinput></screen>
<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
<para>If you want an unpriviledged user to execute
<application>wireshark</application>, run the following command as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
<para>If you have <application>GTK+2</application> and 3, and
<application>Qt4</application> and 5, one GUI linked to
<application>GTK+3</application> and another one linked to
@ -200,7 +194,7 @@ sed -i 's/Qt5 Qt/Qt/' configure</userinput></screen>
<para>Continue to install <application>Wireshark</application> by running
the following commands:</para>
<screen><userinput>patch -Np1 -i wireshark-&wireshark-version;-lua_5_3_0-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-lua_5_3_0-1.patch &amp;&amp;
./configure --prefix=/usr \
--with-gtk3=yes \

View File

@ -36,7 +36,7 @@
every input format into PostScript output. The application's name
expands appropriately to <quote>all to PostScript</quote>.</para>
&lfs76_checked;
&lfs77_checked;
<caution>
<para><application>a2ps</application> cannot convert UTF-8 encoded

View File

@ -36,7 +36,7 @@
<para><application>Enscript</application> converts ASCII text files
to PostScript, HTML, RTF, ANSI and overstrikes.</para>
&lfs76_checked;
&lfs77_checked;
<caution>
<para><application>Enscript</application> cannot convert UTF-8 encoded

View File

@ -33,7 +33,7 @@
<para><application>PSUtils</application> is a set of utilities to manipulate
PostScript files.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
<xref linkend="sane"/>. It has additional features to improve the image
quality and ease of use compared to <command>xscanimage</command>.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -46,7 +46,7 @@
install to a
<filename class="directory">&texlive-year;/</filename> directory.</para>
&lfs76_checked;
&lfs77_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">