diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
commit | 8ef599c59a5b67f39a8fb01fc8d58890ae2c0508 (patch) | |
tree | 97c04e05061a55badb3095e10cf7e2e0ccb43242 /chapter06 | |
parent | 20ea64e47845062b7ab1a8e8984bf73c3098ba7c (diff) |
Removed blank lines after <literallayout> and before </literallayout>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
60 files changed, 0 insertions, 141 deletions
diff --git a/chapter06/autoconf-inst.xml b/chapter06/autoconf-inst.xml index 6d66859a3..ac52be9ff 100644 --- a/chapter06/autoconf-inst.xml +++ b/chapter06/autoconf-inst.xml @@ -6,11 +6,9 @@ Install Autoconf by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index a15fd7f82..9d3238e77 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -6,10 +6,8 @@ Install Automake by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index feb1f3796..bc5c142c6 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -6,13 +6,11 @@ Install Bash by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --with-curses &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>logout</userinput> - </literallayout></blockquote> <para> @@ -21,7 +19,6 @@ environment is re-entered by running: </para> <blockquote><literallayout> - <userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin &&</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root diff --git a/chapter06/bashprofile.xml b/chapter06/bashprofile.xml index 00c56f3b7..bb7f6115a 100644 --- a/chapter06/bashprofile.xml +++ b/chapter06/bashprofile.xml @@ -15,7 +15,6 @@ by running the following. </para> <literallayout> - <userinput>cat > $LFS/root/.bash_profile << "EOF"</userinput> # Begin /root/.bash_profile @@ -26,7 +25,6 @@ export PS1 PATH # End /root/.bash_profile <userinput>EOF</userinput> - </literallayout> <para> diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index bd75c6d25..e4d83eaef 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -6,10 +6,8 @@ Install Bin86 by running the following commands: </para> <blockquote><literallayout> - <userinput>make &&</userinput> <userinput>make PREFIX=/usr install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index 49e751e2e..8710e62d6 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -5,12 +5,10 @@ Install Binutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --enable-shared &&</userinput> <userinput>make -e tooldir=/usr &&</userinput> <userinput>make -e tooldir=/usr install &&</userinput> <userinput>make -e tooldir=/usr install-info</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml index 6d44ec182..f5ae99dbe 100644 --- a/chapter06/bison-inst.xml +++ b/chapter06/bison-inst.xml @@ -6,13 +6,11 @@ Install Bison by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr \</userinput> <userinput> --datadir=/usr/share/bison &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> <para> @@ -28,7 +26,6 @@ following: </para> <literallayout> - <userinput>cat > /usr/bin/yacc << "EOF"</userinput> #!/bin/sh # Begin /usr/bin/yacc @@ -38,7 +35,6 @@ following: # End /usr/bin/yacc <userinput>EOF</userinput> <userinput>chmod 755 /usr/bin/yacc</userinput> - </literallayout> </sect2> diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 16ce4a2bc..b34f5ee50 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -6,7 +6,6 @@ Install Bzip2 by running the following commands: </para> <blockquote><literallayout> - <userinput>make -f Makefile-libbz2_so &&</userinput> <userinput>make bzip2recover libbz2.a &&</userinput> <userinput>cp bzip2-shared /bin/bzip2 &&</userinput> @@ -23,7 +22,6 @@ Install Bzip2 by running the following commands: <userinput>ln -s bzip2.1 bunzip2.1 &&</userinput> <userinput>ln -s bzip2.1 bzcat.1 &&</userinput> <userinput>ln -s bzip2.1 bzip2recover.1</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 040f34df7..906d71b48 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -14,12 +14,10 @@ actually /mnt/lfs but the shell doesn't know that). </para> <blockquote><literallayout> - <userinput>cd $LFS &&</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput> <userinput> TERM=$TERM /bin/bash --login</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 5c6b514ae..7acdfcce9 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -13,7 +13,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> # Begin /etc/nsswitch.conf @@ -35,7 +34,6 @@ netgroup: db files # End /etc/nsswitch.conf <userinput>EOF</userinput> - </literallayout> <para> @@ -51,11 +49,9 @@ by running: </para> <blockquote><literallayout> - <userinput>cd /etc &&</userinput> <userinput>ln -sf ../usr/share/zoneinfo/<tzselect's output> localtime</userinput> - </literallayout></blockquote> <para> @@ -68,9 +64,7 @@ The symlink a user would create with that information would be: </para> <blockquote><literallayout> - <userinput>ln -s ../usr/share/zoneinfo/EST5EDT localtime</userinput> - </literallayout></blockquote> <para> @@ -78,10 +72,8 @@ Or: </para> <blockquote><literallayout> - <userinput>ln -s ../usr/share/zoneinfo/Canada/Eastern localtime </userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml index 75256b5fd..d8057fbf8 100644 --- a/chapter06/config-ldso.xml +++ b/chapter06/config-ldso.xml @@ -18,7 +18,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/ld.so.conf << "EOF"</userinput> # Begin /etc/ld.so.conf @@ -28,7 +27,6 @@ following: # End /etc/ld.so.conf <userinput>EOF</userinput> - </literallayout> <para> diff --git a/chapter06/config-sysklogd.xml b/chapter06/config-sysklogd.xml index 12a12563b..900010b28 100644 --- a/chapter06/config-sysklogd.xml +++ b/chapter06/config-sysklogd.xml @@ -6,7 +6,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/syslog.conf << "EOF"</userinput> # Begin /etc/syslog.conf @@ -20,7 +19,6 @@ user.* -/var/log/user.log # End /etc/syslog.conf <userinput>EOF</userinput> - </literallayout> </sect2> diff --git a/chapter06/config-sysvinit.xml b/chapter06/config-sysvinit.xml index 71b43faad..fafb372f7 100644 --- a/chapter06/config-sysvinit.xml +++ b/chapter06/config-sysvinit.xml @@ -6,7 +6,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/inittab << "EOF"</userinput> # Begin /etc/inittab @@ -35,7 +34,6 @@ su:S016:respawn:/sbin/sulogin # End /etc/inittab <userinput>EOF</userinput> - </literallayout> </sect2> diff --git a/chapter06/config-vim.xml b/chapter06/config-vim.xml index 4e8146aa1..8ebe220b8 100644 --- a/chapter06/config-vim.xml +++ b/chapter06/config-vim.xml @@ -8,7 +8,6 @@ have included Vim in this book but the original Vi). Create the </para> <literallayout> - <userinput>cat > /root/.vimrc << "EOF"</userinput> " Begin /root/.vimrc @@ -17,7 +16,6 @@ set bs=2 " End /root/.vimrc <userinput>EOF</userinput> - </literallayout> </sect2> diff --git a/chapter06/create-password.xml b/chapter06/create-password.xml index 4c2aee8ab..71492ffdf 100644 --- a/chapter06/create-password.xml +++ b/chapter06/create-password.xml @@ -7,9 +7,7 @@ command: </para> <blockquote><literallayout> - <userinput>passwd root</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index 977c1b93c..cbc5703ff 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -16,12 +16,10 @@ following commands: </para> <blockquote><literallayout> - <userinput>touch /var/run/utmp /var/log/wtmp /var/log/btmp /var/log/lastlog &&</userinput> <userinput>chmod 644 /var/run/utmp /var/log/wtmp /var/log/btmp /var/log/lastlog</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/diffutils-inst.xml b/chapter06/diffutils-inst.xml index 9b2dd5587..7a6bd1607 100644 --- a/chapter06/diffutils-inst.xml +++ b/chapter06/diffutils-inst.xml @@ -6,11 +6,9 @@ Install Diffutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index d06fd605e..88d2aadb2 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -11,13 +11,11 @@ to be like this. We did not forget to supply a value there. </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --with-root-prefix= \</userinput> <userinput> --enable-elf-shlibs &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make install-libs</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index 9e846d210..1cafca834 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -6,12 +6,10 @@ Install Ed by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index 333f43868..d3d9566cc 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -6,12 +6,10 @@ Install File by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> <para> @@ -29,9 +27,7 @@ it was meant to be: </para> <blockquote><literallayout> - <userinput>file -C</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/fileutils-inst.xml b/chapter06/fileutils-inst.xml index 55023e615..8c790d242 100644 --- a/chapter06/fileutils-inst.xml +++ b/chapter06/fileutils-inst.xml @@ -6,7 +6,6 @@ Install Fileutils by running the following commands: </para> <blockquote><literallayout> - <userinput>patch -Np1 -i ../fileutils-4.0.patch &&</userinput> <userinput>./configure --prefix=/usr --bindir=/bin \</userinput> @@ -14,7 +13,6 @@ Install Fileutils by running the following commands: &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index 7a0ca519a..cfb308bfb 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -10,12 +10,10 @@ Install Findutils by running the following commands: </para> <blockquote><literallayout> - <userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput> <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make libexecdir=/usr/bin install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml index f93f42bcb..a14173da8 100644 --- a/chapter06/flex-inst.xml +++ b/chapter06/flex-inst.xml @@ -6,13 +6,11 @@ Install Flex by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s flex lex</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index b65465afa..474455134 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -6,7 +6,6 @@ Install GCC by running the following commands: </para> <blockquote><literallayout> - <userinput>mkdir /usr/src/gcc-build &&</userinput> <userinput>cd /usr/src/gcc-build &&</userinput> <userinput>../gcc-2.95.2.1/configure --prefix=/usr \</userinput> @@ -16,7 +15,6 @@ Install GCC by running the following commands: --enable-languages=c,c++ &&</userinput> <userinput>make bootstrap &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml index a88793b82..228d2dc93 100644 --- a/chapter06/gettext-inst.xml +++ b/chapter06/gettext-inst.xml @@ -6,11 +6,9 @@ Install Gettext by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index e253af973..10160b200 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -11,7 +11,6 @@ Install Glibc by running the following commands: </para> <blockquote><literallayout> - <userinput>mknod -m 0666 /dev/null c 1 3 &&</userinput> <userinput>touch /etc/ld.so.conf &&</userinput> <userinput>mkdir /usr/src/glibc-build &&</userinput> @@ -38,7 +37,6 @@ Install Glibc by running the following commands: <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make localedata/install-locales</userinput> - </literallayout></blockquote> <para> @@ -54,7 +52,6 @@ Run the following commands to accomplish this: </para> <blockquote><literallayout> - <userinput>logout</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput> diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index d461dc799..8b48c2c42 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -6,11 +6,9 @@ Install Grep by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index 62cff4745..1bc083172 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -6,11 +6,9 @@ Install Groff by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 32147581c..80de916ae 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -6,7 +6,6 @@ Install Gzip by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> @@ -17,7 +16,6 @@ Install Gzip by running the following commands: <userinput>ln -sf gzip gunzip &&</userinput> <userinput>ln -s gzip compress &&</userinput> <userinput>ln -s gunzip uncompress</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 638ceab5b..adc5e3443 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -6,13 +6,11 @@ Install Kbd by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --datadir=/usr/share/kbd &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput> - </literallayout></blockquote> <para> @@ -22,10 +20,8 @@ as a default. Then execute this command: </para> <blockquote><literallayout> - <userinput>cd /usr/share/kbd/keymaps &&</userinput> <userinput>ln -s <path-to-keymap> defkeymap.map.gz</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/ldso-inst.xml b/chapter06/ldso-inst.xml index d89670ab4..011a87251 100644 --- a/chapter06/ldso-inst.xml +++ b/chapter06/ldso-inst.xml @@ -6,11 +6,9 @@ Install Ld.so by running the following commands: </para> <blockquote><literallayout> - <userinput>cd man &&</userinput> <userinput>cp ldd.1 /usr/share/man/man1 &&</userinput> <userinput>cp *.8 /usr/share/man/man8</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index 6deacf428..f4804c6aa 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -6,11 +6,9 @@ Install Less by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/libtool-inst.xml b/chapter06/libtool-inst.xml index 1a651a38b..6e41a07d3 100644 --- a/chapter06/libtool-inst.xml +++ b/chapter06/libtool-inst.xml @@ -6,11 +6,9 @@ Install Libtool by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index b9ea040f7..1d69545b0 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -6,10 +6,8 @@ Install Lilo by running the following commands: </para> <blockquote><literallayout> - <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml index 31e583d33..5d175839d 100644 --- a/chapter06/m4-inst.xml +++ b/chapter06/m4-inst.xml @@ -6,11 +6,9 @@ Install M4 by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> <para> @@ -32,13 +30,11 @@ commands: </para> <blockquote><literallayout> - <userinput>logout</userinput> <userinput>cd $LFS/usr/src/m4-1.4</userinput> <userinput>./configure --prefix=/usr</userinput> <userinput>make LDFLAGS=-static</userinput> <userinput>make prefix=$LFS/usr install</userinput> - </literallayout></blockquote> <para> @@ -49,9 +45,7 @@ after having rebooted into the LFS system rather than chrooting into it. </para> <blockquote><literallayout> - <userinput>chroot $LFS env -i HOME=/root bash --login</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/make-inst.xml b/chapter06/make-inst.xml index 1f7e4e3d0..e4e50076a 100644 --- a/chapter06/make-inst.xml +++ b/chapter06/make-inst.xml @@ -6,11 +6,9 @@ Install Make by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index 91ee436ee..c3f6bee1b 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -11,12 +11,10 @@ Create the device files by running the following commands: </para> <blockquote><literallayout> - <userinput>chmod 755 MAKEDEV &&</userinput> <userinput>cp MAKEDEV /dev &&</userinput> <userinput>cd /dev &&</userinput> <userinput>./MAKEDEV -v generic</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index b3e9eec8f..a92e4cd46 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -6,7 +6,6 @@ Install Man by running the following commands: </para> <blockquote><literallayout> - <userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' \</userinput> <userinput> configure > tmp~ @@ -23,7 +22,6 @@ Install Man by running the following commands: <userinput>mv makewhatis-new /usr/sbin/makewhatis && </userinput> <userinput>chmod 755 /usr/sbin/makewhatis</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/manpages-inst.xml b/chapter06/manpages-inst.xml index 9a03eb9d1..1ad88f7e0 100644 --- a/chapter06/manpages-inst.xml +++ b/chapter06/manpages-inst.xml @@ -6,9 +6,7 @@ Install Man-pages by running the following commands: </para> <blockquote><literallayout> - <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/mawk-inst.xml b/chapter06/mawk-inst.xml index 735294010..a04a4c4d0 100644 --- a/chapter06/mawk-inst.xml +++ b/chapter06/mawk-inst.xml @@ -6,7 +6,6 @@ Install Mawk by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make BINDIR=/usr/bin \</userinput> @@ -14,7 +13,6 @@ Install Mawk by running the following commands: &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s mawk awk</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/modutils-inst.xml b/chapter06/modutils-inst.xml index d682fd2ab..dbe4a3291 100644 --- a/chapter06/modutils-inst.xml +++ b/chapter06/modutils-inst.xml @@ -6,11 +6,9 @@ Install Modutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 4dd204e30..a314c20a4 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -6,7 +6,6 @@ Install Ncurses by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --libdir=/lib \</userinput> <userinput> --with-shared --disable-termcap &&</userinput> @@ -14,7 +13,6 @@ Install Ncurses by running the following commands: <userinput>make install &&</userinput> <userinput>cd /lib &&</userinput> <userinput>ln -s libncurses.a libcurses.a</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/netkitbase-inst.xml b/chapter06/netkitbase-inst.xml index 86d995ef8..e631d2e56 100644 --- a/chapter06/netkitbase-inst.xml +++ b/chapter06/netkitbase-inst.xml @@ -12,7 +12,6 @@ Install Netkit-base by running the following commands: <userinput>make install &&</userinput> <userinput>cd etc.sample &&</userinput> <userinput>cp services protocols /etc</userinput> - </literallayout></blockquote> <para> diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index b651472de..663b75c4e 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -11,10 +11,8 @@ Install Net-tools by running the following commands: </para> <blockquote><literallayout> - <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index a63f77030..e4a570eb2 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -6,11 +6,9 @@ Install Patch by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml index 93c71707d..05c565f7f 100644 --- a/chapter06/perl-inst.xml +++ b/chapter06/perl-inst.xml @@ -6,11 +6,9 @@ Install Perl by running the following commands: </para> <blockquote><literallayout> - <userinput>./Configure -Dprefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> <para> @@ -22,11 +20,9 @@ to perl as well. The commands with these parameters included will be: </para> <blockquote><literallayout> - <userinput>./Configure -Dprefix=/usr -d -e &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/procinfo-inst.xml b/chapter06/procinfo-inst.xml index e491563e8..e7ace1191 100644 --- a/chapter06/procinfo-inst.xml +++ b/chapter06/procinfo-inst.xml @@ -6,11 +6,9 @@ Install Procinfo by running the following commands: </para> <blockquote><literallayout> - <userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f - &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index f89712ad0..3c93dc08f 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -6,12 +6,10 @@ Install Procps by running the following commands: </para> <blockquote><literallayout> - <userinput>make &&</userinput> <userinput>make XSCPT='' install &&</userinput> <userinput>mv /usr/bin/kill /bin</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/psmisc-inst.xml b/chapter06/psmisc-inst.xml index e00629db7..556b82f56 100644 --- a/chapter06/psmisc-inst.xml +++ b/chapter06/psmisc-inst.xml @@ -6,11 +6,9 @@ Install Psmisc by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/removeoldnss.xml b/chapter06/removeoldnss.xml index 71c689997..0e2d138af 100644 --- a/chapter06/removeoldnss.xml +++ b/chapter06/removeoldnss.xml @@ -8,9 +8,7 @@ them now by running: </para> <blockquote><literallayout> - <userinput>rm /lib/libnss*.so.1 /lib/libnss*2.0*</userinput> - </literallayout></blockquote> </sect1> diff --git a/chapter06/sed-inst.xml b/chapter06/sed-inst.xml index ef0146123..010b7f17d 100644 --- a/chapter06/sed-inst.xml +++ b/chapter06/sed-inst.xml @@ -6,11 +6,9 @@ Install Sed by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 3cff4accd..6d21c7197 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -6,7 +6,6 @@ Install the Shadow Password Suite by running the following commands: </para> <blockquote><literallayout> - <userinput>patch -Np1 -i ../shadow-20001016.patch &&</userinput> <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> @@ -15,7 +14,6 @@ Install the Shadow Password Suite by running the following commands: <userinput>cp limits login.access login.defs.linux /etc &&</userinput> <userinput>mv /etc/login.defs.linux /etc/login.defs</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index c3aa812f6..2f7c802eb 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -6,14 +6,12 @@ Install Shellutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>mv date echo false pwd stty /bin &&</userinput> <userinput>mv su true uname hostname /bin</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/sysklogd-inst.xml b/chapter06/sysklogd-inst.xml index b0c15fcd4..4e669586a 100644 --- a/chapter06/sysklogd-inst.xml +++ b/chapter06/sysklogd-inst.xml @@ -6,10 +6,8 @@ Install Sysklogd by running the following commands: </para> <blockquote><literallayout> - <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml index 441fdc1b8..544ea3669 100644 --- a/chapter06/sysvinit-inst.xml +++ b/chapter06/sysvinit-inst.xml @@ -26,10 +26,8 @@ Install Sysvinit by running the following commands: </para> <blockquote><literallayout> - <userinput>make -C src &&</userinput> <userinput>make -C src install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 4072394db..b4dc00e13 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -14,11 +14,9 @@ Apply the patch by running the following command: </para> <blockquote><literallayout> - <userinput>cd src &&</userinput> <userinput>patch -i ../../gnutarpatch.txt &&</userinput> <userinput>cd ..</userinput> - </literallayout></blockquote> <para> @@ -27,13 +25,11 @@ directory: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --libexecdir=/usr/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>mv /usr/bin/tar /bin</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml index 540f438a5..2e44629ff 100644 --- a/chapter06/texinfo-inst.xml +++ b/chapter06/texinfo-inst.xml @@ -6,11 +6,9 @@ Install Texinfo by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/textutils-inst.xml b/chapter06/textutils-inst.xml index 0dc129bc9..76e401f10 100644 --- a/chapter06/textutils-inst.xml +++ b/chapter06/textutils-inst.xml @@ -6,12 +6,10 @@ Install Textutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>mv /usr/bin/cat /bin</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 9f875eee2..b6652e8b4 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -6,7 +6,6 @@ Install Util-Linux by running the following commands: </para> <blockquote><literallayout> - <userinput>sed s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput> <userinput> MCONFIG > MCONFIG~ &&</userinput> @@ -14,7 +13,6 @@ Install Util-Linux by running the following commands: <userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 53f0f303a..2610dcd26 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -18,13 +18,11 @@ in which order it is done. Install Vim by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s vim vi</userinput> - </literallayout></blockquote> <para> |