From 23e6faf8620f52d99bbb3b242ca4b99da2a8bcdd Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Mon, 21 Apr 2003 03:07:54 +0000 Subject: [PATCH] network edits git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@866 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/mailnews/fetchmail/fetchmail-desc.xml | 7 ++++--- basicnet/mailnews/pine/pine-exp.xml | 3 ++- basicnet/mailnews/slrn/slrn-exp.xml | 3 ++- basicnet/netlibs/gnet/gnet-desc.xml | 2 +- basicnet/netlibs/wvstreams/wvstreams-desc.xml | 4 ++-- basicnet/netprogs/cvs/cvs-desc.xml | 2 +- basicnet/netprogs/inetutils/inetutils-desc.xml | 2 +- basicnet/netutils/traceroute/traceroute-exp.xml | 5 +++-- basicnet/textweb/lynx/lynx-config.xml | 2 +- connect/dhcp/bootscripts.xml | 8 ++++---- connect/dialup/wvdial/wvdial-config.xml | 4 +--- general/genlib/glib2.xml | 2 +- gnome/gnome-intro.xml | 2 +- x/lib/gtk+2.xml | 2 +- 14 files changed, 25 insertions(+), 23 deletions(-) diff --git a/basicnet/mailnews/fetchmail/fetchmail-desc.xml b/basicnet/mailnews/fetchmail/fetchmail-desc.xml index 5435b7e276..797f7a53ea 100644 --- a/basicnet/mailnews/fetchmail/fetchmail-desc.xml +++ b/basicnet/mailnews/fetchmail/fetchmail-desc.xml @@ -9,13 +9,14 @@ and fetchmailconf. Description fetchmail -When executed as a user this will source that users ~/.fetchmailrc and +When executed as a user this will source that users ~/.fetchmailrc and download the appropriate mail. When run as root ALL users who have a -.fetchmailrc will have their mail downloaded and delivered accordingly. +.fetchmailrc will have their mail downloaded and delivered accordingly. fetchmailconf -This program provides a Tk GUI interface to your ~/.fetchmailrc making it +This program provides a Tk GUI interface to your +~/.fetchmailrc making it much easier to configure. However you will require, Python, and it must have the Tkinker module available. diff --git a/basicnet/mailnews/pine/pine-exp.xml b/basicnet/mailnews/pine/pine-exp.xml index e578b0136d..f7174654ec 100644 --- a/basicnet/mailnews/pine/pine-exp.xml +++ b/basicnet/mailnews/pine/pine-exp.xml @@ -1,7 +1,8 @@ Command explanations -patch -Np1 -i ../pine-4.44-fhs.patch : This patch will make Pine use /etc for configuration files. +patch -Np1 -i ../pine-4.44-fhs.patch : This +patch will make Pine use /etc for configuration files. The build procedure for Pine is somewhat unusual, in that options usually passed as ./configure options or housed in $CFLAGS diff --git a/basicnet/mailnews/slrn/slrn-exp.xml b/basicnet/mailnews/slrn/slrn-exp.xml index d924234d9d..6e6af5f684 100644 --- a/basicnet/mailnews/slrn/slrn-exp.xml +++ b/basicnet/mailnews/slrn/slrn-exp.xml @@ -1,7 +1,8 @@ Command explanations -./configure --prefix=/usr : Specify /usr to install to instead of /usr/local. +./configure --prefix=/usr : Specify +/usr to install to instead of /usr/local. ./configure --with-slrnpull : Build the slrnpull executable. diff --git a/basicnet/netlibs/gnet/gnet-desc.xml b/basicnet/netlibs/gnet/gnet-desc.xml index e316d56ffa..f3797b04ff 100644 --- a/basicnet/netlibs/gnet/gnet-desc.xml +++ b/basicnet/netlibs/gnet/gnet-desc.xml @@ -1,7 +1,7 @@ Contents -The gnet package contains gnet libraries. +The gnet package contains gnet libraries. diff --git a/basicnet/netlibs/wvstreams/wvstreams-desc.xml b/basicnet/netlibs/wvstreams/wvstreams-desc.xml index ce4f548454..9bb348e8a9 100644 --- a/basicnet/netlibs/wvstreams/wvstreams-desc.xml +++ b/basicnet/netlibs/wvstreams/wvstreams-desc.xml @@ -2,8 +2,8 @@ Contents The wvstreams package contains the -wvcrypto, wvstreams and -wvutils libraries. +wvcrypto, wvstreams and +wvutils libraries. diff --git a/basicnet/netprogs/cvs/cvs-desc.xml b/basicnet/netprogs/cvs/cvs-desc.xml index 815990f3c2..1fcbe5fcc3 100644 --- a/basicnet/netprogs/cvs/cvs-desc.xml +++ b/basicnet/netprogs/cvs/cvs-desc.xml @@ -1,7 +1,7 @@ Contents -The cvs package contains cvs, cvsbug and +The cvs package contains cvs, cvsbug and rcs2log. diff --git a/basicnet/netprogs/inetutils/inetutils-desc.xml b/basicnet/netprogs/inetutils/inetutils-desc.xml index 172f2a2bea..88cb403180 100644 --- a/basicnet/netprogs/inetutils/inetutils-desc.xml +++ b/basicnet/netprogs/inetutils/inetutils-desc.xml @@ -1,7 +1,7 @@ Contents -The inetutils package contains network clients and servers. +The inetutils package contains network clients and servers. diff --git a/basicnet/netutils/traceroute/traceroute-exp.xml b/basicnet/netutils/traceroute/traceroute-exp.xml index 15409365b6..e73fb95709 100644 --- a/basicnet/netutils/traceroute/traceroute-exp.xml +++ b/basicnet/netutils/traceroute/traceroute-exp.xml @@ -6,7 +6,7 @@ Adjusts the Makefile so that the program is installed with user root instead of user bin (which doesn't exist on a default LFS system). make install : Installs traceroute setuid root -in the /usr/sbin directory. This makes it possible for all users to execute +in the /usr/sbin directory. This makes it possible for all users to execute traceroute. For absolute security, turn off the setuid bit in traceroute's file permissions with the command: chmod 0755 /usr/sbin/traceroute @@ -18,7 +18,8 @@ of course also makes it impossible for users other than root to utilize traceroute, so decide what's right for your individual situation. Now, to be completely FHS compliant, as is our aim, if you do leave the -traceroute binary setuid root, then you should move traceroute to /usr/bin +traceroute binary setuid root, then you should move traceroute to +/usr/bin with the following command: mv /usr/sbin/traceroute /usr/bin diff --git a/basicnet/textweb/lynx/lynx-config.xml b/basicnet/textweb/lynx/lynx-config.xml index ddaa6b07c6..ae4dc0227d 100644 --- a/basicnet/textweb/lynx/lynx-config.xml +++ b/basicnet/textweb/lynx/lynx-config.xml @@ -8,7 +8,7 @@ Configuration Information Various settings such as proxies can be set in the system-wide -lynx.cfg file found in /etc. +lynx.cfg file found in /etc. diff --git a/connect/dhcp/bootscripts.xml b/connect/dhcp/bootscripts.xml index 7d7c950e1e..8cf5e52c20 100644 --- a/connect/dhcp/bootscripts.xml +++ b/connect/dhcp/bootscripts.xml @@ -3,10 +3,10 @@ Configuring the LFS bootscripts to support DHCP clients Config files -/etc/sysconfig/network, -/etc/sysconfig/network-devices/ifup-eth0, -/etc/sysconfig/network-devices/ifdown-eth0, -/etc/sysconfig/network-devices/ifconfig.eth0 +/etc/sysconfig/network, +/etc/sysconfig/network-devices/ifup-eth0, +/etc/sysconfig/network-devices/ifdown-eth0, +/etc/sysconfig/network-devices/ifconfig.eth0 Configuration Information diff --git a/connect/dialup/wvdial/wvdial-config.xml b/connect/dialup/wvdial/wvdial-config.xml index b7f1ba5c9a..f8cd7e643a 100644 --- a/connect/dialup/wvdial/wvdial-config.xml +++ b/connect/dialup/wvdial/wvdial-config.xml @@ -16,9 +16,7 @@ number etc. You will then need to enter that information into the You then start wvdial with: wvdial. -For more information examine the -wvdialconf, wvdial.conf -and wvdial man pages. +For more information examine the wvdialconf, wvdial.conf and wvdial man pages. diff --git a/general/genlib/glib2.xml b/general/genlib/glib2.xml index b5a1929bee..65a2ead9a1 100644 --- a/general/genlib/glib2.xml +++ b/general/genlib/glib2.xml @@ -1,4 +1,4 @@ - + GLib-&GLib2-version; diff --git a/gnome/gnome-intro.xml b/gnome/gnome-intro.xml index 10c9fe2c36..5434f1bb75 100644 --- a/gnome/gnome-intro.xml +++ b/gnome/gnome-intro.xml @@ -52,7 +52,7 @@ located at if you have no interest in Gnome-&gnome-version;. Gnome-&gnome-version; requires: -, Xft, fontconfig, , , +, , , , , Gnome-&gnome-version; will utilize: , , , diff --git a/x/lib/gtk+2.xml b/x/lib/gtk+2.xml index bfd33b6135..5a665a3777 100644 --- a/x/lib/gtk+2.xml +++ b/x/lib/gtk+2.xml @@ -1,4 +1,4 @@ - + GTK+->K2-version;