From a75063d4ec50acef7e2896fa6671fdb894bc3d32 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Sat, 27 Sep 2003 18:46:10 +0000 Subject: [PATCH] seperating para and screen sections git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/mailnews/mutt/mutt-config.xml | 4 ++-- basicnet/mailnews/mutt/mutt-inst.xml | 8 ++++---- basicnet/mailnews/slrn/slrn-config.xml | 2 +- basicnet/mailnews/slrn/slrn-inst.xml | 4 ++-- basicnet/netutils/nmap/nmap-inst.xml | 4 ++-- basicnet/netutils/whois/whois-inst.xml | 4 ++-- connect/dialup/wvdial/wvdial-config.xml | 10 +++++----- connect/other/pppoe/pppoe-config.xml | 4 ++-- content/web/proftpd/proftpd-config.xml | 13 ++++++------ content/web/proftpd/proftpd-inst.xml | 10 +++++----- general/genlib/expat/expat-inst.xml | 9 +++++---- general/genlib/glib/glib-inst.xml | 4 ++-- general/genlib/popt/popt-inst.xml | 4 ++-- general/genlib/slang/slang-inst.xml | 4 ++-- general/graphlib/libjpeg/libjpeg-inst.xml | 4 ++-- general/graphlib/libtiff/libtiff-inst.xml | 4 ++-- general/prog/perl/perl-modules-inst.xml | 4 ++-- general/prog/python/python-inst.xml | 4 ++-- general/sysutils/gpm/gpm-config.xml | 9 +++++---- .../sysutils/pkgconfig/pkgconfig-config.xml | 4 ++-- general/sysutils/pkgconfig/pkgconfig-inst.xml | 4 ++-- gnome/gnome-intro.xml | 5 +++-- gnome/lib/bonobo/bonobo-activation-inst.xml | 4 ++-- gnome/lib/intltool/intltool-inst.xml | 4 ++-- gnome/lib/lib-config.xml | 6 +++--- gnome/lib/libidl/libidl-inst.xml | 4 ++-- gnome/lib/linc/linc-inst.xml | 4 ++-- gnome/other/gdm/gdm-config.xml | 20 ++++++++++--------- .../gnome-print/gnome-print-inst.xml | 4 ++-- kde/core/arts.xml | 8 ++++---- kde/core/config.xml | 14 ++++++------- kde/inst/kde-addons.xml | 4 ++-- kde/inst/kde-admin.xml | 4 ++-- kde/inst/kde-artwork.xml | 4 ++-- kde/inst/kde-base.xml | 8 ++++---- kde/inst/kde-bindings.xml | 4 ++-- kde/inst/kde-edu.xml | 4 ++-- kde/inst/kde-games.xml | 4 ++-- kde/inst/kde-graphics.xml | 4 ++-- kde/inst/kde-libs.xml | 4 ++-- kde/inst/kde-multimedia.xml | 4 ++-- kde/inst/kde-network.xml | 4 ++-- kde/inst/kde-pim.xml | 4 ++-- kde/inst/kde-sdk.xml | 4 ++-- kde/inst/kde-toys.xml | 4 ++-- kde/inst/kde-utils.xml | 4 ++-- .../udftools/udftools-kernel-inst.xml | 8 ++++---- .../alsa/driver/alsa-driver-config.xml | 8 ++++---- .../libdriv/alsa/driver/alsa-driver-inst.xml | 5 +++-- .../libdriv/alsa/utils/alsa-utils-config.xml | 8 ++++---- multimedia/libdriv/esound/esound-inst.xml | 4 ++-- postlfs/config/random.xml | 4 ++-- postlfs/editors/vim/vim-inst.xml | 4 ++-- postlfs/security/tripwire/tripwire-config.xml | 13 ++++++------ postlfs/security/tripwire/tripwire-inst.xml | 4 ++-- pst/printing/lprng/lprng-config.xml | 5 +++-- server/mail/courier/courier-config.xml | 14 ++++++------- server/mail/courier/courier-inst.xml | 4 ++-- server/mail/postfix/postfix-config.xml | 4 ++-- server/mail/sendmail/sendmail-config.xml | 5 ++--- server/other/bind/bind-inst.xml | 4 ++-- server/other/cvsserver/cvsserver-inst.xml | 5 +++-- x/lib/atk/atk-inst.xml | 8 ++++---- x/lib/gtk/gtk+-inst.xml | 8 ++++---- x/lib/gtk/gtk+2-inst.xml | 8 ++++---- x/lib/lesstif/lesstif-inst.xml | 4 ++-- .../startup-notification-inst.xml | 4 ++-- x/lib/pango/pango-inst.xml | 4 ++-- x/lib/qt/qt-config.xml | 12 +++++------ x/lib/qt/qt-inst.xml | 4 ++-- 70 files changed, 207 insertions(+), 198 deletions(-) diff --git a/basicnet/mailnews/mutt/mutt-config.xml b/basicnet/mailnews/mutt/mutt-config.xml index eaf7d601b7..89865ed101 100644 --- a/basicnet/mailnews/mutt/mutt-config.xml +++ b/basicnet/mailnews/mutt/mutt-config.xml @@ -14,9 +14,9 @@ man page for muttrc is a good starting place. In order to utilize GnuPG, use the following -command: +command: cat /usr/share/doc/mutt/samples/gpg.rc >> -~/.muttrc +~/.muttrc diff --git a/basicnet/mailnews/mutt/mutt-inst.xml b/basicnet/mailnews/mutt/mutt-inst.xml index 2597f7d4d1..b85983e343 100644 --- a/basicnet/mailnews/mutt/mutt-inst.xml +++ b/basicnet/mailnews/mutt/mutt-inst.xml @@ -2,13 +2,13 @@ Installation of <application>Mutt</application> Mutt requires a group named 'mail'. You can -add this group, if it does not exist, with this command: -groupadd mail +add this group, if it does not exist, with this command: +groupadd mail If you did not install a MTA, such as or , you need to modify the -ownership of /var/mail with this command: -chgrp mail /var/mail +ownership of /var/mail with this command: +chgrp mail /var/mail Install Mutt by running the following commands: diff --git a/basicnet/mailnews/slrn/slrn-config.xml b/basicnet/mailnews/slrn/slrn-config.xml index 0584477a70..5abeab7219 100644 --- a/basicnet/mailnews/slrn/slrn-config.xml +++ b/basicnet/mailnews/slrn/slrn-config.xml @@ -14,7 +14,7 @@ created. Create the $HOME/.jnewsrc file with the following command: -slrn -f $HOME/.jnewsrc --create +slrn -f $HOME/.jnewsrc --create diff --git a/basicnet/mailnews/slrn/slrn-inst.xml b/basicnet/mailnews/slrn/slrn-inst.xml index 5e5ced3d48..475b3f93a7 100644 --- a/basicnet/mailnews/slrn/slrn-inst.xml +++ b/basicnet/mailnews/slrn/slrn-inst.xml @@ -3,9 +3,9 @@ Install slrn by running the following commands: -./configure --prefix=/usr --with-slrnpull && +./configure --prefix=/usr --with-slrnpull && make LDFLAGS="-ldl" && -make install +make install diff --git a/basicnet/netutils/nmap/nmap-inst.xml b/basicnet/netutils/nmap/nmap-inst.xml index 307cc66bed..54559933f6 100644 --- a/basicnet/netutils/nmap/nmap-inst.xml +++ b/basicnet/netutils/nmap/nmap-inst.xml @@ -3,8 +3,8 @@ Install Nmap by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/basicnet/netutils/whois/whois-inst.xml b/basicnet/netutils/whois/whois-inst.xml index 44d3195989..275ea8ef54 100644 --- a/basicnet/netutils/whois/whois-inst.xml +++ b/basicnet/netutils/whois/whois-inst.xml @@ -3,8 +3,8 @@ Install Whois by running the following commands: -make && -make prefix=/usr install +make && +make prefix=/usr install diff --git a/connect/dialup/wvdial/wvdial-config.xml b/connect/dialup/wvdial/wvdial-config.xml index 71a573593e..703639675d 100644 --- a/connect/dialup/wvdial/wvdial-config.xml +++ b/connect/dialup/wvdial/wvdial-config.xml @@ -1,5 +1,5 @@ -Configuring WvDial +Configuring <application>WvDial</application> Config files /etc/wvdial.conf, @@ -7,15 +7,15 @@ Configuration Information -touch /etc/wvdial.conf && +touch /etc/wvdial.conf && wvdialconf /etc/wvdial.conf -wvdialconf will test that you have a working modem +wvdialconf will test that you have a working modem and try to determine it's exact setup. You will then need to enter your ISP's phone number, login name and password into the /etc/wvdial.conf file. -You then start wvdial with: -wvdial +You then start wvdial with: +wvdial For more information examine the wvdialconf, wvdial.conf and wvdial man pages. diff --git a/connect/other/pppoe/pppoe-config.xml b/connect/other/pppoe/pppoe-config.xml index 326146b1e7..59b8e55a98 100644 --- a/connect/other/pppoe/pppoe-config.xml +++ b/connect/other/pppoe/pppoe-config.xml @@ -72,14 +72,14 @@ esac EOF chmod 755 /etc/rc.d/init.d/adsl -Now create the necessary symlinks: +Now create the necessary symlinks: ln -sf ../init.d/adsl /etc/rc.d/rc0.d/K49adsl && ln -sf ../init.d/adsl /etc/rc.d/rc1.d/K49adsl && ln -sf ../init.d/adsl /etc/rc.d/rc2.d/K49adsl && ln -sf ../init.d/adsl /etc/rc.d/rc3.d/S24adsl && ln -sf ../init.d/adsl /etc/rc.d/rc4.d/S24adsl && ln -sf ../init.d/adsl /etc/rc.d/rc5.d/S24adsl && -ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl +ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl diff --git a/content/web/proftpd/proftpd-config.xml b/content/web/proftpd/proftpd-config.xml index fb38b25990..87489c8bb6 100644 --- a/content/web/proftpd/proftpd-config.xml +++ b/content/web/proftpd/proftpd-config.xml @@ -9,7 +9,7 @@ documentation in /usr/share/doc/proftpd and consult the website at for example configurations. -cat > /etc/proftpd.conf << "EOF" +cat > /etc/proftpd.conf << "EOF" # This is a basic ProFTPD configuration file # It establishes a single server and a single anonymous login. @@ -60,12 +60,12 @@ Group proftpd DenyAll </Limit> </Anonymous> -EOF +EOF proftpd init.d script -cat > /etc/rc.d/init.d/proftpd << "EOF" +cat > /etc/rc.d/init.d/proftpd << "EOF" #!/bin/sh # Begin $rc_base/init.d/proftpd @@ -109,10 +109,11 @@ esac # End $rc_base/init.d/proftpd EOF -chmod 755 /etc/rc.d/init.d/proftpd +chmod 755 /etc/rc.d/init.d/proftpd Create the symbolic links to this file in the relevant rc.d directories with the following commands: +class="directory">rc.d directories with the following +commands: cd /etc/rc.d/init.d && ln -sf ../init.d/proftpd ../rc0.d/K50proftpd && ln -sf ../init.d/proftpd ../rc1.d/K50proftpd && @@ -120,7 +121,7 @@ ln -sf ../init.d/proftpd ../rc2.d/K50proftpd && ln -sf ../init.d/proftpd ../rc3.d/S50proftpd && ln -sf ../init.d/proftpd ../rc4.d/S50proftpd && ln -sf ../init.d/proftpd ../rc5.d/S50proftpd && -ln -sf ../init.d/proftpd ../rc6.d/K50proftpd +ln -sf ../init.d/proftpd ../rc6.d/K50proftpd diff --git a/content/web/proftpd/proftpd-inst.xml b/content/web/proftpd/proftpd-inst.xml index 79fed9ca79..83080c9b92 100644 --- a/content/web/proftpd/proftpd-inst.xml +++ b/content/web/proftpd/proftpd-inst.xml @@ -4,17 +4,17 @@ For security reasons, running ProFTPD as an unpriviledged user and group is encouraged. -groupadd proftpd && +groupadd proftpd && useradd -c proftd -d /home/ftp -g proftpd -s /bin/false proftpd - + -Install ProFTPD by running the following commands: +Install ProFTPD by running the following commands: -install_user=proftpd install_group=proftpd \ +install_user=proftpd install_group=proftpd \    ./configure --prefix=/usr --sysconfdir=/etc \    --localstatedir=/var && make && -make install +make install diff --git a/general/genlib/expat/expat-inst.xml b/general/genlib/expat/expat-inst.xml index 0e7490d5e3..d309fd5941 100644 --- a/general/genlib/expat/expat-inst.xml +++ b/general/genlib/expat/expat-inst.xml @@ -1,15 +1,16 @@ Installation of <application>expat</application> -The expat.h declares XML_Status after its first use. This is corrected by the following patch: +The expat.h declares XML_Status after its +first use. This is corrected by the following patch: -patch -Np1 -i ../expat-1.95.6.patch +patch -Np1 -i ../expat-1.95.6.patch Install expat by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/general/genlib/glib/glib-inst.xml b/general/genlib/glib/glib-inst.xml index e4403a13d7..d6c642612c 100644 --- a/general/genlib/glib/glib-inst.xml +++ b/general/genlib/glib/glib-inst.xml @@ -3,9 +3,9 @@ Install glib by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/general/genlib/popt/popt-inst.xml b/general/genlib/popt/popt-inst.xml index 83068bf5b0..6b5499366f 100644 --- a/general/genlib/popt/popt-inst.xml +++ b/general/genlib/popt/popt-inst.xml @@ -3,9 +3,9 @@ Install popt by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/general/genlib/slang/slang-inst.xml b/general/genlib/slang/slang-inst.xml index 6d9f1d036c..f9606f72e2 100644 --- a/general/genlib/slang/slang-inst.xml +++ b/general/genlib/slang/slang-inst.xml @@ -3,12 +3,12 @@ Install slang by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && make install && make elf && make install-elf && make install-links && -chmod 755 /usr/lib/libslang.so.&slang-version; +chmod 755 /usr/lib/libslang.so.&slang-version; diff --git a/general/graphlib/libjpeg/libjpeg-inst.xml b/general/graphlib/libjpeg/libjpeg-inst.xml index f5bbf12526..177fabfa72 100644 --- a/general/graphlib/libjpeg/libjpeg-inst.xml +++ b/general/graphlib/libjpeg/libjpeg-inst.xml @@ -3,9 +3,9 @@ Install libjpeg by running the following commands: -./configure --enable-static --enable-shared --prefix=/usr && +./configure --enable-static --enable-shared --prefix=/usr && make && -make install +make install diff --git a/general/graphlib/libtiff/libtiff-inst.xml b/general/graphlib/libtiff/libtiff-inst.xml index 4f3ebf68ac..77a15d9008 100644 --- a/general/graphlib/libtiff/libtiff-inst.xml +++ b/general/graphlib/libtiff/libtiff-inst.xml @@ -3,10 +3,10 @@ Install libtiff by running the following commands: -./configure --prefix=/usr --noninteractive \ +./configure --prefix=/usr --noninteractive \ --with-DIR_MAN=/usr/share/man && make && -make install +make install diff --git a/general/prog/perl/perl-modules-inst.xml b/general/prog/perl/perl-modules-inst.xml index 6db50aa834..3928b00ea5 100644 --- a/general/prog/perl/perl-modules-inst.xml +++ b/general/prog/perl/perl-modules-inst.xml @@ -11,7 +11,7 @@ make install Below are installation instructions for modules that happen to be broken at the present time. -Gtk-Perl-&Gtk-Perl-version;: +Gtk-Perl-&Gtk-Perl-version;: perl Makefile.PL --without-guessing && make cp Gtk/Makefile Gtk/Makefile.bak && @@ -19,7 +19,7 @@ sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile && cp Gtk/Makefile Gtk/Makefile.bak && sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile && make && -make install +make install diff --git a/general/prog/python/python-inst.xml b/general/prog/python/python-inst.xml index 92e3386183..2a8fe7cab5 100644 --- a/general/prog/python/python-inst.xml +++ b/general/prog/python/python-inst.xml @@ -3,9 +3,9 @@ Install Python by running the following commands: -./configure --prefix=/usr --enable-shared && +./configure --prefix=/usr --enable-shared && make && -make install +make install diff --git a/general/sysutils/gpm/gpm-config.xml b/general/sysutils/gpm/gpm-config.xml index 3608326ac2..f622820ddb 100644 --- a/general/sysutils/gpm/gpm-config.xml +++ b/general/sysutils/gpm/gpm-config.xml @@ -61,7 +61,7 @@ esac chmod 755 /etc/rc.d/init.d/gpm You then need to create symbolic links to this file in the -relevant rc.d directories. For example: +relevant rc.d directories. For example: cd /etc/rc.d/init.d && ln -sf ../init.d/gpm ../rc0.d/K10gpm && ln -sf ../init.d/gpm ../rc1.d/K10gpm && @@ -69,7 +69,8 @@ ln -sf ../init.d/gpm ../rc2.d/K10gpm && ln -sf ../init.d/gpm ../rc3.d/S70gpm && ln -sf ../init.d/gpm ../rc4.d/S70gpm && ln -sf ../init.d/gpm ../rc5.d/S70gpm && -ln -sf ../init.d/gpm ../rc6.d/K10gpm +ln -sf ../init.d/gpm ../rc6.d/K10gpm + Config files /etc/sysconfig/mouse @@ -78,8 +79,8 @@ it uses. To create this file, run the following: cat > /etc/sysconfig/mouse << "EOF" # start /etc/sysconfig/mouse -MDEVICE=yourdevice -PROTOCOL=yourprotocol +MDEVICE=[yourdevice] +PROTOCOL=[yourprotocol] # end /etc/sysconfig/mouse EOF diff --git a/general/sysutils/pkgconfig/pkgconfig-config.xml b/general/sysutils/pkgconfig/pkgconfig-config.xml index a5a407f91c..bc472b7e8e 100644 --- a/general/sysutils/pkgconfig/pkgconfig-config.xml +++ b/general/sysutils/pkgconfig/pkgconfig-config.xml @@ -1,8 +1,8 @@ Configuring <application>pkgconfig</application> -Add to your system or personal profile: -export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig +Add to your system or personal profile: +export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig The default settings for PKG_CONFIG_PATH are /lib/pkgconfig, diff --git a/general/sysutils/pkgconfig/pkgconfig-inst.xml b/general/sysutils/pkgconfig/pkgconfig-inst.xml index 56a466ff75..01c4aed7f7 100644 --- a/general/sysutils/pkgconfig/pkgconfig-inst.xml +++ b/general/sysutils/pkgconfig/pkgconfig-inst.xml @@ -3,9 +3,9 @@ Install pkgconfig by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/gnome/gnome-intro.xml b/gnome/gnome-intro.xml index 2267bdf74e..3d0f064e5b 100644 --- a/gnome/gnome-intro.xml +++ b/gnome/gnome-intro.xml @@ -24,8 +24,9 @@ additional edits required by the second option are covered on the pre-installation page. If you choose the second option, removal of GNOME-2.2 is as easy -as removing the edits from the pre-installation page and issueing the following command: -rm /opt/gnome-&gnome-version; -r +as removing the edits from the pre-installation page and issueing the +following command: +rm /opt/gnome-&gnome-version; -r If your system was completely built per LFS and BLFS diff --git a/gnome/lib/bonobo/bonobo-activation-inst.xml b/gnome/lib/bonobo/bonobo-activation-inst.xml index bec99b853d..d0abf2896b 100644 --- a/gnome/lib/bonobo/bonobo-activation-inst.xml +++ b/gnome/lib/bonobo/bonobo-activation-inst.xml @@ -3,10 +3,10 @@ Install bonobo-activation by running the following commands: -./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ +./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ --sysconfdir=/etc/gnome --disable-gtk-doc && make && -make install +make install diff --git a/gnome/lib/intltool/intltool-inst.xml b/gnome/lib/intltool/intltool-inst.xml index 77d1688284..cdb2d30f95 100644 --- a/gnome/lib/intltool/intltool-inst.xml +++ b/gnome/lib/intltool/intltool-inst.xml @@ -3,9 +3,9 @@ Install intltool by running the following commands: -./configure --prefix=/usr --mandir=/usr/share/man && +./configure --prefix=/usr --mandir=/usr/share/man && make && -make install +make install diff --git a/gnome/lib/lib-config.xml b/gnome/lib/lib-config.xml index 0965c7a895..375af189ee 100644 --- a/gnome/lib/lib-config.xml +++ b/gnome/lib/lib-config.xml @@ -3,10 +3,10 @@ pre-installation configuration Set an Environment variable to resolve the prefix destination. -If GNOME is your desktop of choice: +If GNOME is your desktop of choice: export GNOME_PREFIX=/usr -If you want to try-out GNOME: -export GNOME_PREFIX=/opt/gnome-&gnome-version; +If you want to try-out GNOME: +export GNOME_PREFIX=/opt/gnome-&gnome-version; The try-out group will also need to make all the following configuration changes: diff --git a/gnome/lib/libidl/libidl-inst.xml b/gnome/lib/libidl/libidl-inst.xml index 36848f02de..0d15cc4878 100644 --- a/gnome/lib/libidl/libidl-inst.xml +++ b/gnome/lib/libidl/libidl-inst.xml @@ -3,9 +3,9 @@ Install libIDL by running the following commands: -./configure --prefix=$GNOME_PREFIX && +./configure --prefix=$GNOME_PREFIX && make && -make install +make install diff --git a/gnome/lib/linc/linc-inst.xml b/gnome/lib/linc/linc-inst.xml index 9dc52d5883..bcfa68c798 100644 --- a/gnome/lib/linc/linc-inst.xml +++ b/gnome/lib/linc/linc-inst.xml @@ -3,9 +3,9 @@ Install linc by running the following commands: -./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc && +./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc && make && -make install +make install diff --git a/gnome/other/gdm/gdm-config.xml b/gnome/other/gdm/gdm-config.xml index 00ccfa3eab..9b2df7f1a5 100644 --- a/gnome/other/gdm/gdm-config.xml +++ b/gnome/other/gdm/gdm-config.xml @@ -16,8 +16,8 @@ auth required pam_nologin.so account required pam_unix.so password required pam_unix.so session required pam_unix.so -EOF -cat > /etc/pam.d/gdm-autologin << "EOF" +EOF +cat > /etc/pam.d/gdm-autologin << "EOF" auth required pam_env.so auth required pam_nologin.so auth required pam_permit.so @@ -29,7 +29,9 @@ session required pam_unix.so gdm can be tested by executing it from a root console. To automate the running of gdm, use the following command to -create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;. The fully qualified paths can be removed for GNOME_PREFIX=/usr: +create the init.d script if your +GNOME_PREFIX=/opt/gnome-&gnome-version;. The fully qualified paths can +be removed for GNOME_PREFIX=/usr: cat > /etc/rc.d/init.d/gdm << "EOF" #!/bin/bash # Begin $rc_base/init.d/gdm @@ -71,11 +73,11 @@ esac # End $rc_base/init.d/gdm EOF -chmod 755 /etc/rc.d/init.d/gdm +chmod 755 /etc/rc.d/init.d/gdm Create the symbolic links to this file in the relevant rc.d -directory with the following commands: +directory with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/gdm ../rc0.d/K05gdm && ln -sf ../init.d/gdm ../rc1.d/K05gdm && @@ -83,13 +85,13 @@ ln -sf ../init.d/gdm ../rc2.d/K05gdm && ln -sf ../init.d/gdm ../rc3.d/K05gdm && ln -sf ../init.d/gdm ../rc4.d/K05gdm && ln -sf ../init.d/gdm ../rc5.d/S95gdm && -ln -sf ../init.d/gdm ../rc6.d/K05gdm +ln -sf ../init.d/gdm ../rc6.d/K05gdm To autostart with a graphical login, edit -/etc/inittab so that the line reading +/etc/inittab so that the line reading id:3:initdefault: -is changed to -id:5:initdefault: +is changed to +id:5:initdefault: diff --git a/gnome/otherlibs/gnome-print/gnome-print-inst.xml b/gnome/otherlibs/gnome-print/gnome-print-inst.xml index 18b138c735..9ec7604a81 100644 --- a/gnome/otherlibs/gnome-print/gnome-print-inst.xml +++ b/gnome/otherlibs/gnome-print/gnome-print-inst.xml @@ -4,13 +4,13 @@ The configure script does not correctly interpret that libxml-&libxml-version; is newer than libxml-1.8.8. This can be solved -by building xmlConf.sh with this command: +by building xmlConf.sh with this command: cat > /opt/gnome/lib/xmlConf.sh << EOF XML_LIBDIR="-L/usr/lib" XML_LIBS="-lxml" XML_INCLUDEDIR="-I/usr/include/gnome-xml" MODULE_VERSION=xml-&libxml-version; -EOF +EOF Install gnome-print by running the following commands: diff --git a/kde/core/arts.xml b/kde/core/arts.xml index 4145ab5645..257dff2f50 100644 --- a/kde/core/arts.xml +++ b/kde/core/arts.xml @@ -34,8 +34,8 @@ linkend="GLib2"/> and Installation of <application>aRts</application> Before starting the build, ensure you have the -QTDIR environment variable set: -export QTDIR=/opt/qt +QTDIR environment variable set: +export QTDIR=/opt/qt Install aRts by running the following commands: @@ -82,7 +82,7 @@ and then set up by changing the link as this command does. The library directory /opt/kde/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. The following command will add it -if it is missing: +if it is missing: cat >> /etc/ld.so.conf << "EOF" # Begin kde addition to /etc/ld.so.conf @@ -91,7 +91,7 @@ if it is missing: # End kde addition EOF -ldconfig +ldconfig diff --git a/kde/core/config.xml b/kde/core/config.xml index eff1d9b998..488c884a0d 100644 --- a/kde/core/config.xml +++ b/kde/core/config.xml @@ -4,18 +4,18 @@ First add /opt/kde/bin to -your PATH environment variable: +your PATH environment variable: export PATH=$PATH:/opt/kde/bin - + -Then create an .xinitrc file to start KDE: +Then create an .xinitrc file to start +KDE: echo "exec startkde" > ~/.xinitrc -and ensure all libraries can be found with: +and ensure all libraries can be found with: ldconfig - -At this point you can bring up KDE with: -startx +At this point you can bring up KDE with: +startx diff --git a/kde/inst/kde-addons.xml b/kde/inst/kde-addons.xml index 7f4c8c5ba3..7981b001de 100644 --- a/kde/inst/kde-addons.xml +++ b/kde/inst/kde-addons.xml @@ -28,11 +28,11 @@ and scripts for some KDE applications. Installation of <application>kdeaddons</application> -Install kdeaddons with: +Install kdeaddons with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-admin.xml b/kde/inst/kde-admin.xml index cb8cc7aa0a..db1b7a0616 100644 --- a/kde/inst/kde-admin.xml +++ b/kde/inst/kde-admin.xml @@ -28,11 +28,11 @@ linkend="Linux_PAM"/> Installation of <application>kdeadmin</application> -Install kdeadmin with: +Install kdeadmin with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --with-shadow && make && -make install +make install diff --git a/kde/inst/kde-artwork.xml b/kde/inst/kde-artwork.xml index b87d8761c0..83a2aaa1d9 100644 --- a/kde/inst/kde-artwork.xml +++ b/kde/inst/kde-artwork.xml @@ -29,11 +29,11 @@ themes, screensaver, sounds, wallpapers and widget styles for Installation of <application>kdeartwork</application> -Install kdeartwork with: +Install kdeartwork with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-base.xml b/kde/inst/kde-base.xml index fa191e7d3e..42e1bba954 100644 --- a/kde/inst/kde-base.xml +++ b/kde/inst/kde-base.xml @@ -33,15 +33,15 @@ linkend="Linux_PAM"/> Installation of <application>kdebase</application> Check to see if /lib/libmisc.la -exists. If not, run: +exists. If not, run: ln -sf /usr/lib/libmisc.la /lib/libmisc.la - + -Install kdebase with: +Install kdebase with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --disable-lametest --with-shadow && make && -make install +make install diff --git a/kde/inst/kde-bindings.xml b/kde/inst/kde-bindings.xml index 1dfaa6a95d..301683379a 100644 --- a/kde/inst/kde-bindings.xml +++ b/kde/inst/kde-bindings.xml @@ -1,9 +1,9 @@ Installing kde-bindings -Estimated build disk space: ??? MB +Estimated build disk space: ??? MB Estimated installed space: ?? MB Package size: &kde-bindings-size; -Estimated build time: ?? min +Estimated build time: ?? min NOT YET DONE diff --git a/kde/inst/kde-edu.xml b/kde/inst/kde-edu.xml index dc23223a0f..f28cb5a39d 100644 --- a/kde/inst/kde-edu.xml +++ b/kde/inst/kde-edu.xml @@ -25,11 +25,11 @@ Installation of <application>kdeedu</application> -Install kdeedu with: +Install kdeedu with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-games.xml b/kde/inst/kde-games.xml index c3fa9946a6..00abed46a3 100644 --- a/kde/inst/kde-games.xml +++ b/kde/inst/kde-games.xml @@ -27,11 +27,11 @@ Installation of <application>kdegames</application> -Install kdegames with: +Install kdegames with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-graphics.xml b/kde/inst/kde-graphics.xml index e5550a9cdd..02af14d514 100644 --- a/kde/inst/kde-graphics.xml +++ b/kde/inst/kde-graphics.xml @@ -27,11 +27,11 @@ Installation of <application>kdegraphics</application> -Install kdegraphics with: +Install kdegraphics with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-libs.xml b/kde/inst/kde-libs.xml index 05d2f64b15..46cf902a36 100644 --- a/kde/inst/kde-libs.xml +++ b/kde/inst/kde-libs.xml @@ -42,11 +42,11 @@ work as described in the following sections, but not all KDE packages have been validated. --> -Install kdelibs with: +Install kdelibs with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --with-alsa --enable-fast-malloc=full && make && -make install +make install diff --git a/kde/inst/kde-multimedia.xml b/kde/inst/kde-multimedia.xml index 93ba8f2dea..23fe38b0dc 100644 --- a/kde/inst/kde-multimedia.xml +++ b/kde/inst/kde-multimedia.xml @@ -25,11 +25,11 @@ Installation of <application>kdemultimedia</application> -Install kdemultimedia with: +Install kdemultimedia with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --with-arts-alsa && make && -make install +make install diff --git a/kde/inst/kde-network.xml b/kde/inst/kde-network.xml index f851b69be7..d7b21a2987 100644 --- a/kde/inst/kde-network.xml +++ b/kde/inst/kde-network.xml @@ -25,11 +25,11 @@ Installation of <application>kdenetwork</application> -Install kdenetwork with: +Install kdenetwork with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-pim.xml b/kde/inst/kde-pim.xml index f5ebed851e..f373e98e7f 100644 --- a/kde/inst/kde-pim.xml +++ b/kde/inst/kde-pim.xml @@ -29,11 +29,11 @@ url="http://www.slac.com/pilone/kpilot_home">pilot-link Installation of <application>kdepim</application> -Install kdepim with: +Install kdepim with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-sdk.xml b/kde/inst/kde-sdk.xml index 69629cb293..c817527006 100644 --- a/kde/inst/kde-sdk.xml +++ b/kde/inst/kde-sdk.xml @@ -1,9 +1,9 @@ Installing kde-sdk -Estimated build disk space: ??? MB +Estimated build disk space: ??? MB Estimated installed space: ?? MB Package size: &kde-sdk-size; -Estimated build time: ?? min +Estimated build time: ?? min NOT YET DONE diff --git a/kde/inst/kde-toys.xml b/kde/inst/kde-toys.xml index 45b1892adb..ce98c8917f 100644 --- a/kde/inst/kde-toys.xml +++ b/kde/inst/kde-toys.xml @@ -25,11 +25,11 @@ Installation of <application>kdetoys</application> -Install kdetoys with: +Install kdetoys with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/kde/inst/kde-utils.xml b/kde/inst/kde-utils.xml index 99f508c812..5e1a3a2483 100644 --- a/kde/inst/kde-utils.xml +++ b/kde/inst/kde-utils.xml @@ -25,11 +25,11 @@ Installation of <application>kdeutils</application> -Install kdeutils with: +Install kdeutils with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install diff --git a/multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml b/multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml index 2484c68e9e..5b556119bb 100644 --- a/multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml +++ b/multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml @@ -7,13 +7,13 @@ the kernel source directory: patch -Np1 -i ../packet-2.4.20.patch In the kernel configuration, check your setting with those listed -here: +here: Block devices Packet writing on CD/DVD media: Y or M File Systems UDF filesystems support (read only): Y - UDF write support (DANGEROUS) Y + UDF write support (DANGEROUS) Y If necessary, recompile the kernel with make dep && @@ -35,9 +35,9 @@ appropriately and run lilo. Finally, create the packet driver device nodes in /dev, add one node for every CD-RW drive you -want to support: +want to support: mknod /dev/pktcdvd0 b97 0 -mknod /dev/pktcdvd1 b 97 1 +mknod /dev/pktcdvd1 b 97 1 diff --git a/multimedia/libdriv/alsa/driver/alsa-driver-config.xml b/multimedia/libdriv/alsa/driver/alsa-driver-config.xml index 2dda24001d..a7178e2738 100644 --- a/multimedia/libdriv/alsa/driver/alsa-driver-config.xml +++ b/multimedia/libdriv/alsa/driver/alsa-driver-config.xml @@ -33,12 +33,12 @@ can add additional sections by repeating the above but changing the first 0 to After editing /etc/modules.conf you need to run depmod. If the drivers you have compiled are for the -version of the kernel you are currently running, simply run +version of the kernel you are currently running, simply run depmod -If you are compiling drivers for a different kernel version than those you are -running, you will need to use a line along the lines of: +If you are compiling drivers for a different kernel version than those +you are running, you will need to use a line along the lines of: depmod -a 2.4.22 -F /boot/System.map-2.4.22 - + diff --git a/multimedia/libdriv/alsa/driver/alsa-driver-inst.xml b/multimedia/libdriv/alsa/driver/alsa-driver-inst.xml index 6d50db2699..273a3180a9 100644 --- a/multimedia/libdriv/alsa/driver/alsa-driver-inst.xml +++ b/multimedia/libdriv/alsa/driver/alsa-driver-inst.xml @@ -28,7 +28,8 @@ make install If this is the first time you have installed the alsa drivers, you will need to create the /dev entries -using the script provided in the ALSA-driver source tree: -./snddevices +using the script provided in the ALSA-driver source +tree: +./snddevices diff --git a/multimedia/libdriv/alsa/utils/alsa-utils-config.xml b/multimedia/libdriv/alsa/utils/alsa-utils-config.xml index 284d1f3d21..50161f6a9a 100644 --- a/multimedia/libdriv/alsa/utils/alsa-utils-config.xml +++ b/multimedia/libdriv/alsa/utils/alsa-utils-config.xml @@ -67,7 +67,7 @@ esac EOF chmod 755 /etc/rc.d/init.d/alsa -You can then create the appropriate symlinks: +You can then create the appropriate symlinks: cd /etc/rc.d/init.d && ln -sf ../init.d/alsa ../rc0.d/K35alsa && ln -sf ../init.d/alsa ../rc1.d/K35alsa && @@ -75,7 +75,7 @@ ln -sf ../init.d/alsa ../rc2.d/S40alsa && ln -sf ../init.d/alsa ../rc3.d/S40alsa && ln -sf ../init.d/alsa ../rc4.d/S40alsa && ln -sf ../init.d/alsa ../rc5.d/S40alsa && -ln -sf ../init.d/alsa ../rc6.d/K35alsa +ln -sf ../init.d/alsa ../rc6.d/K35alsa Note that all channels of your soundcard are muted by default. You can use the alsamixer program from @@ -85,9 +85,9 @@ use the alsamixer program from Also, the first time the above script is run, it will complain that there is no state in /etc/asound.state. You can prevent this by running the following commands after installing -ALSA-utils: +ALSA-utils: touch /etc/asound.state && -alsactl store +alsactl store A final note is that the lines loading sfxload are commented out. They are there as an example of other things you may diff --git a/multimedia/libdriv/esound/esound-inst.xml b/multimedia/libdriv/esound/esound-inst.xml index 9c6a77e8e5..9da9af9c04 100644 --- a/multimedia/libdriv/esound/esound-inst.xml +++ b/multimedia/libdriv/esound/esound-inst.xml @@ -4,9 +4,9 @@ Install EsounD by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make && -make install +make install diff --git a/postlfs/config/random.xml b/postlfs/config/random.xml index 0dcb38053d..e75242b753 100644 --- a/postlfs/config/random.xml +++ b/postlfs/config/random.xml @@ -56,14 +56,14 @@ chmod 755 /etc/rc.d/init.d/random Create the symbolic links to this file in the relevant rc.d directories -with the following commands: +with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/random ../rc0.d/K45random && ln -sf ../init.d/random ../rc2.d/S25random && ln -sf ../init.d/random ../rc3.d/S25random && ln -sf ../init.d/random ../rc4.d/S25random && ln -sf ../init.d/random ../rc5.d/S25random && -ln -sf ../init.d/random ../rc6.d/K45random +ln -sf ../init.d/random ../rc6.d/K45random diff --git a/postlfs/editors/vim/vim-inst.xml b/postlfs/editors/vim/vim-inst.xml index 6c66f1a44f..e71077bdd1 100644 --- a/postlfs/editors/vim/vim-inst.xml +++ b/postlfs/editors/vim/vim-inst.xml @@ -3,10 +3,10 @@ Install Vim by running the following commands: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --with-features=huge && make && -make install +make install diff --git a/postlfs/security/tripwire/tripwire-config.xml b/postlfs/security/tripwire/tripwire-config.xml index e21137daab..89139a7451 100644 --- a/postlfs/security/tripwire/tripwire-config.xml +++ b/postlfs/security/tripwire/tripwire-config.xml @@ -45,10 +45,10 @@ tripwire -m i Usage Information To use Tripwire after this and run a report, -use the following command: +use the following command: tripwire -m c > /etc/tripwire/report.txt - + View the output to check the integrity of your files. An automatic integrity report can be produced by using a cron facility to schedule @@ -63,8 +63,8 @@ the name of the newest file which starts with linux- and ends in .twr. This encrypted file was created during the last report creation and is needed to update the tripwire database of your system. Then, type in the following command making the appropriate -substitutions for '?': -tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr +substitutions for '?': +tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr You will be placed into vim with a copy of the report in front of you. If all the changes were good, then just type :x and after @@ -77,9 +77,10 @@ the report and type :x. Changing the Policy File If you are unhappy with your policy file and would like to modify it or -use a new one, modify the policy file and then execute the following commands: +use a new one, modify the policy file and then execute the following +commands: twadmin -m P /etc/tripwire/twpol.txt && -tripwire -m i +tripwire -m i diff --git a/postlfs/security/tripwire/tripwire-inst.xml b/postlfs/security/tripwire/tripwire-inst.xml index e17b7346d8..3597b24294 100644 --- a/postlfs/security/tripwire/tripwire-inst.xml +++ b/postlfs/security/tripwire/tripwire-inst.xml @@ -19,9 +19,9 @@ patch -Np0 -i ../tripwire-cfg.patch && cp /etc/tripwire/tw.cfg /usr/sbin && cp policy/*.txt /usr/share/doc/tripwire -Reverse the modifications made above: +Reverse the modifications made above: rm /usr/bin/gmake && -export PATH=$PATH_HOLD +export PATH=$PATH_HOLD diff --git a/pst/printing/lprng/lprng-config.xml b/pst/printing/lprng/lprng-config.xml index 3a093d151e..f37cfe95b4 100644 --- a/pst/printing/lprng/lprng-config.xml +++ b/pst/printing/lprng/lprng-config.xml @@ -65,7 +65,8 @@ esac chmod 755 /etc/rc.d/init.d/lpd Create the symbolic links to the lprng init script in the relevant -rc.d directories with the following commands: +rc.d directories with the following +commands: cd /etc/rc.d/init.d && ln -sf ../init.d/lpd ../rc0.d/K00lprng && ln -sf ../init.d/lpd ../rc1.d/K00lprng && @@ -73,7 +74,7 @@ ln -sf ../init.d/lpd ../rc2.d/S99lprng && ln -sf ../init.d/lpd ../rc3.d/S99lprng && ln -sf ../init.d/lpd ../rc4.d/S99lprng && ln -sf ../init.d/lpd ../rc5.d/S99lprng && -ln -sf ../init.d/lpd ../rc6.d/K00lprng +ln -sf ../init.d/lpd ../rc6.d/K00lprng diff --git a/server/mail/courier/courier-config.xml b/server/mail/courier/courier-config.xml index a554551fcd..168b31a4f1 100644 --- a/server/mail/courier/courier-config.xml +++ b/server/mail/courier/courier-config.xml @@ -102,21 +102,21 @@ specified. /etc/courier/me cat > /etc/courier/me << "EOF" -{servername.yourdomain} +[servername.yourdomain] EOF /etc/courier/locals cat > /etc/courier/locals << "EOF" localhost -{yourdomain} +[yourdomain] EOF /etc/courier/esmtpacceptmailfor.dir/system cat >/etc/courier/esmtpacceptmailfor.dir/system << "EOF" localhost -{yourdomain} +[yourdomain] EOF You will also need to edit the aliases file and change the @@ -258,9 +258,9 @@ server. If you are not using SSL on your Apache server, you will need to add /etc/courier/webadmin/unsecureok, so you will be able -to use your web based administration tool. +to use your web based administration tool. -touch /etc/courier/webadmin/unsecureok +touch /etc/courier/webadmin/unsecureok Courier init.d script @@ -275,7 +275,7 @@ follow commands: chmod 755 /etc/rc.d/init.d/courier Create the symbolic links to this file in the relevant -rc.d directory with the following commands: +rc.d directory with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/courier ../rc0.d/K25courier && @@ -284,7 +284,7 @@ ln -sf ../init.d/courier ../rc2.d/K25courier && ln -sf ../init.d/courier ../rc3.d/S35courier && ln -sf ../init.d/courier ../rc4.d/S35courier && ln -sf ../init.d/courier ../rc5.d/S35courier && -ln -sf ../init.d/courier ../rc6.d/K25courier +ln -sf ../init.d/courier ../rc6.d/K25courier diff --git a/server/mail/courier/courier-inst.xml b/server/mail/courier/courier-inst.xml index 9f1ec42c13..7864580ab3 100644 --- a/server/mail/courier/courier-inst.xml +++ b/server/mail/courier/courier-inst.xml @@ -3,10 +3,10 @@ Before you compile the program, you need to create users and groups that will be expected to be in place when the install script executes. Add the users -and groups with the following commands: +and groups with the following commands: groupadd courier && -useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier +useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier Install courier by running the following commands: diff --git a/server/mail/postfix/postfix-config.xml b/server/mail/postfix/postfix-config.xml index 926d48424a..ec8a07b609 100644 --- a/server/mail/postfix/postfix-config.xml +++ b/server/mail/postfix/postfix-config.xml @@ -90,7 +90,7 @@ esac chmod 755 /etc/rc.d/init.d/postfix Create the symbolic links to this file in the relevant -rc.d directory with the following commands: +rc.d directory with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/postfix ../rc0.d/K25postfix && @@ -99,7 +99,7 @@ ln -sf ../init.d/postfix ../rc2.d/K25postfix && ln -sf ../init.d/postfix ../rc3.d/S35postfix && ln -sf ../init.d/postfix ../rc4.d/S35postfix && ln -sf ../init.d/postfix ../rc5.d/S35postfix && -ln -sf ../init.d/postfix ../rc6.d/K25postfix +ln -sf ../init.d/postfix ../rc6.d/K25postfix diff --git a/server/mail/sendmail/sendmail-config.xml b/server/mail/sendmail/sendmail-config.xml index 47af9bda30..f066856165 100644 --- a/server/mail/sendmail/sendmail-config.xml +++ b/server/mail/sendmail/sendmail-config.xml @@ -69,7 +69,7 @@ esac EOF chmod 755 /etc/rc.d/init.d/sendmail -Create the run level symlinks with the following commands: +Create the run level symlinks with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/sendmail ../rc0.d/K25sendmail && @@ -78,7 +78,6 @@ ln -sf ../init.d/sendmail ../rc2.d/K25sendmail && ln -sf ../init.d/sendmail ../rc3.d/S35sendmail && ln -sf ../init.d/sendmail ../rc4.d/S35sendmail && ln -sf ../init.d/sendmail ../rc5.d/S35sendmail && -ln -sf ../init.d/sendmail ../rc6.d/K25sendmail - +ln -sf ../init.d/sendmail ../rc6.d/K25sendmail diff --git a/server/other/bind/bind-inst.xml b/server/other/bind/bind-inst.xml index 2b033c2cc1..880ce5a3ed 100644 --- a/server/other/bind/bind-inst.xml +++ b/server/other/bind/bind-inst.xml @@ -3,8 +3,8 @@ Install BIND by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make && -make install +make install diff --git a/server/other/cvsserver/cvsserver-inst.xml b/server/other/cvsserver/cvsserver-inst.xml index 747a6d3e38..a706a8e89b 100644 --- a/server/other/cvsserver/cvsserver-inst.xml +++ b/server/other/cvsserver/cvsserver-inst.xml @@ -94,9 +94,10 @@ test anonymous access to the CVS repository log in to another machine as an unprivileged user and execute the following command: -cvs -d:pserver:anonymous@servername:/cvsroot co cvstest +cvs +-d:pserver:anonymous@servername:/cvsroot co cvstest Replace "servername" with the IP address or -hostname of the CVS server +hostname of the CVS server diff --git a/x/lib/atk/atk-inst.xml b/x/lib/atk/atk-inst.xml index 2cf93fc250..ae016f9e3e 100644 --- a/x/lib/atk/atk-inst.xml +++ b/x/lib/atk/atk-inst.xml @@ -1,11 +1,11 @@ -Installation of <application>ATK</application> +Installation of <application><acronym>ATK</acronym></application> -Install ATK by running the following commands: +Install ATK by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/x/lib/gtk/gtk+-inst.xml b/x/lib/gtk/gtk+-inst.xml index 3ff65b644f..387d7d5557 100644 --- a/x/lib/gtk/gtk+-inst.xml +++ b/x/lib/gtk/gtk+-inst.xml @@ -1,11 +1,11 @@ -Installation of <application>GTK+</application> +Installation of <application><acronym>GTK</acronym>+</application> -Install GTK+ by running the following commands: +Install GTK+ by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make && -make install +make install diff --git a/x/lib/gtk/gtk+2-inst.xml b/x/lib/gtk/gtk+2-inst.xml index 3ff65b644f..387d7d5557 100644 --- a/x/lib/gtk/gtk+2-inst.xml +++ b/x/lib/gtk/gtk+2-inst.xml @@ -1,11 +1,11 @@ -Installation of <application>GTK+</application> +Installation of <application><acronym>GTK</acronym>+</application> -Install GTK+ by running the following commands: +Install GTK+ by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make && -make install +make install diff --git a/x/lib/lesstif/lesstif-inst.xml b/x/lib/lesstif/lesstif-inst.xml index ded1cb2675..f982c4d683 100644 --- a/x/lib/lesstif/lesstif-inst.xml +++ b/x/lib/lesstif/lesstif-inst.xml @@ -3,7 +3,7 @@ Install LessTif by running the following commands: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --enable-build-20 \ --enable-build-21 \ --disable-debug \ @@ -11,7 +11,7 @@ --disable-build-tests \ --with-xdnd && make && -make install +make install diff --git a/x/lib/notification/startup-notification-inst.xml b/x/lib/notification/startup-notification-inst.xml index 6afa8fe86a..f97fddb710 100644 --- a/x/lib/notification/startup-notification-inst.xml +++ b/x/lib/notification/startup-notification-inst.xml @@ -3,9 +3,9 @@ Install startup-notification by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install +make install diff --git a/x/lib/pango/pango-inst.xml b/x/lib/pango/pango-inst.xml index 99429d462a..2a210335f5 100644 --- a/x/lib/pango/pango-inst.xml +++ b/x/lib/pango/pango-inst.xml @@ -9,9 +9,9 @@ variable can be found in the configuration section of Install Pango by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make && -make install +make install diff --git a/x/lib/qt/qt-config.xml b/x/lib/qt/qt-config.xml index c7b2ea9d8f..db6245ad56 100644 --- a/x/lib/qt/qt-config.xml +++ b/x/lib/qt/qt-config.xml @@ -1,5 +1,5 @@ -Configuring <application>qt</application> +Configuring <application>Qt</application> Configuration Information @@ -8,26 +8,26 @@ the library directory /opt/qt/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. The following command will add it if it is missing: -cat >> /etc/ld.so.conf << "EOF" +cat >> /etc/ld.so.conf << "EOF" # Begin qt addition to /etc/ld.so.conf /opt/qt/lib # End qt addition EOF -ldconfig +ldconfig -You need to add the path for the qt man pages to the +You need to add the path for the Qt man pages to the man.conf file. This can be done with the following command: -cat >> /etc/man.conf << "EOF" +cat >> /etc/man.conf << "EOF" # Begin qt addition to man.conf MANPATH /opt/qt/doc/man # End qt addition to man.conf -EOF +EOF diff --git a/x/lib/qt/qt-inst.xml b/x/lib/qt/qt-inst.xml index e573123dc0..e8f0c516c5 100644 --- a/x/lib/qt/qt-inst.xml +++ b/x/lib/qt/qt-inst.xml @@ -1,7 +1,7 @@ Installation of <application>qt</application> -./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \ +./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \    -system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \    -thread && make && @@ -9,7 +9,7 @@ make install && ln -sfn /opt/qt-&qt-version; /opt/qt && ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so && cp -r doc/man /opt/qt/doc && -cp -r examples /opt/qt/doc +cp -r examples /opt/qt/doc The build time for qt is quite long. If you want to save some time and don't want the tutorials and examples, change the first make line above to: