diff --git a/content/web/proftpd.xml b/content/web/proftpd.xml
index 28d2cc849a..7d2253f9e4 100644
--- a/content/web/proftpd.xml
+++ b/content/web/proftpd.xml
@@ -51,8 +51,8 @@ useradd -c proftpd -d /home/ftp -g proftpd -s /bin/false proftpd
Install ProFTPD by running the following commands:
install_user=proftpd install_group=proftpd \
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var/run &&
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var/run &&
make &&
make install
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 2d5f6f33d6..73b8799c6c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -18,6 +18,9 @@ who wrote what.
+June 17th, 2004 [randy]: replaced all non-breaking spaces
+( ) with regular spaces inside <pre> tags.
+
June 17th, 2004 [randy]: updated to GIMP-2.0.2.
June 17th, 2004 [randy]: updated to vim-6.3.
diff --git a/postlfs/config/bootdisk.xml b/postlfs/config/bootdisk.xml
index 884f971f36..99d4cb57e2 100644
--- a/postlfs/config/bootdisk.xml
+++ b/postlfs/config/bootdisk.xml
@@ -255,15 +255,15 @@ set.
mkdir /mnt/loop1/dev/pts
cp -a \
- /dev/null /dev/console \
- /dev/fb[0-7] /dev/fd /dev/fd0 /dev/fd0h1440 /dev/full \
- /dev/hda* /dev/hdb* /dev/hdc* /dev/hdd* /dev/initctl /dev/kmem \
- /dev/loop[0-3] /dev/lp0 /dev/mem /dev/port \
- /dev/psaux /dev/ram \
- /dev/ram0 /dev/ram1 /dev/ram2 /dev/ram3 /dev/random /dev/rtc \
- /dev/shm /dev/stderr /dev/stdin /dev/stdout /dev/tty \
- /dev/tty[0-9] /dev/ttyS0 /dev/ttyS1 /dev/urandom /dev/zero \
- /mnt/loop1/dev
+ /dev/null /dev/console \
+ /dev/fb[0-7] /dev/fd /dev/fd0 /dev/fd0h1440 /dev/full \
+ /dev/hda* /dev/hdb* /dev/hdc* /dev/hdd* /dev/initctl /dev/kmem \
+ /dev/loop[0-3] /dev/lp0 /dev/mem /dev/port \
+ /dev/psaux /dev/ram \
+ /dev/ram0 /dev/ram1 /dev/ram2 /dev/ram3 /dev/random /dev/rtc \
+ /dev/shm /dev/stderr /dev/stdin /dev/stdout /dev/tty \
+ /dev/tty[0-9] /dev/ttyS0 /dev/ttyS1 /dev/urandom /dev/zero \
+ /mnt/loop1/dev
What is needed in the /etc
directory
@@ -502,11 +502,11 @@ shown next.
needed will be minimal. You can add them to the ramdisk image with:
strip -p --strip-unneeded --remove-section=.comment \
- -o /mnt/loop1/lib/libc.so.6 /lib/libc-2.3.3.so &&
+ -o /mnt/loop1/lib/libc.so.6 /lib/libc-2.3.3.so &&
strip -p --strip-unneeded --remove-section=.comment \
- -o /mnt/loop1/lib/ld-linux.so.2 /lib/ld-2.3.3.so &&
+ -o /mnt/loop1/lib/ld-linux.so.2 /lib/ld-2.3.3.so &&
strip -p --strip-unneeded --remove-section=.comment \
- -o /mnt/loop1/lib/libdl.so.2 /lib/libdl-2.3.3.so &&
+ -o /mnt/loop1/lib/libdl.so.2 /lib/libdl-2.3.3.so &&
chmod 555 /mnt/loop1/lib/{libc.so.6,ld-linux.so.2,libdl.so.2}
Note that the above commands change the names of the libraries,
diff --git a/x/lib/qt.xml b/x/lib/qt.xml
index 4223ff0d66..30afb789de 100644
--- a/x/lib/qt.xml
+++ b/x/lib/qt.xml
@@ -123,8 +123,8 @@ export QTDIR=$PWD &&
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &&
export PATH=$PWD/bin:$PATH &&
./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
- -system-libmng -system-zlib -system-libjpeg -no-exceptions \
- -thread -plugin-imgfmt-png &&
+ -system-libmng -system-zlib -system-libjpeg -no-exceptions \
+ -thread -plugin-imgfmt-png &&
make &&
make install &&
ln -sfn qt-&qt-version; /opt/qt &&