mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
replaced non-breaking spaces with regular spaces
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2338 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c821479785
commit
39373956d9
@ -51,8 +51,8 @@ useradd -c proftpd -d /home/ftp -g proftpd -s /bin/false proftpd</command>
|
|||||||
<para>Install <application>ProFTPD</application> by running the following commands:</para>
|
<para>Install <application>ProFTPD</application> by running the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>install_user=proftpd install_group=proftpd \
|
<screen><userinput><command>install_user=proftpd install_group=proftpd \
|
||||||
./configure --prefix=/usr --sysconfdir=/etc \
|
./configure --prefix=/usr --sysconfdir=/etc \
|
||||||
--localstatedir=/var/run &&
|
--localstatedir=/var/run &&
|
||||||
make &&
|
make &&
|
||||||
make install </command></userinput></screen>
|
make install </command></userinput></screen>
|
||||||
|
|
||||||
|
@ -18,6 +18,9 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>June 17th, 2004 [randy]: replaced all non-breaking spaces
|
||||||
|
(&nbsp;) with regular spaces inside <pre> tags.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 17th, 2004 [randy]: updated to GIMP-2.0.2.</para></listitem>
|
<listitem><para>June 17th, 2004 [randy]: updated to GIMP-2.0.2.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 17th, 2004 [randy]: updated to vim-6.3.</para></listitem>
|
<listitem><para>June 17th, 2004 [randy]: updated to vim-6.3.</para></listitem>
|
||||||
|
@ -255,15 +255,15 @@ set.</para>
|
|||||||
|
|
||||||
<screen><userinput><command>mkdir /mnt/loop1/dev/pts
|
<screen><userinput><command>mkdir /mnt/loop1/dev/pts
|
||||||
cp -a \
|
cp -a \
|
||||||
/dev/null /dev/console \
|
/dev/null /dev/console \
|
||||||
/dev/fb[0-7] /dev/fd /dev/fd0 /dev/fd0h1440 /dev/full \
|
/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/hda* /dev/hdb* /dev/hdc* /dev/hdd* /dev/initctl /dev/kmem \
|
||||||
/dev/loop[0-3] /dev/lp0 /dev/mem /dev/port \
|
/dev/loop[0-3] /dev/lp0 /dev/mem /dev/port \
|
||||||
/dev/psaux /dev/ram \
|
/dev/psaux /dev/ram \
|
||||||
/dev/ram0 /dev/ram1 /dev/ram2 /dev/ram3 /dev/random /dev/rtc \
|
/dev/ram0 /dev/ram1 /dev/ram2 /dev/ram3 /dev/random /dev/rtc \
|
||||||
/dev/shm /dev/stderr /dev/stdin /dev/stdout /dev/tty \
|
/dev/shm /dev/stderr /dev/stdin /dev/stdout /dev/tty \
|
||||||
/dev/tty[0-9] /dev/ttyS0 /dev/ttyS1 /dev/urandom /dev/zero \
|
/dev/tty[0-9] /dev/ttyS0 /dev/ttyS1 /dev/urandom /dev/zero \
|
||||||
/mnt/loop1/dev</command></userinput></screen>
|
/mnt/loop1/dev</command></userinput></screen>
|
||||||
|
|
||||||
<para><emphasis>What is needed in the <filename class="directory">/etc</filename>
|
<para><emphasis>What is needed in the <filename class="directory">/etc</filename>
|
||||||
directory</emphasis></para>
|
directory</emphasis></para>
|
||||||
@ -502,11 +502,11 @@ shown next.</para>
|
|||||||
needed will be minimal. You can add them to the ramdisk image with:</para>
|
needed will be minimal. You can add them to the ramdisk image with:</para>
|
||||||
|
|
||||||
<screen><userinput><command>strip -p --strip-unneeded --remove-section=.comment \
|
<screen><userinput><command>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 \
|
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 \
|
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}</command></userinput></screen>
|
chmod 555 /mnt/loop1/lib/{libc.so.6,ld-linux.so.2,libdl.so.2}</command></userinput></screen>
|
||||||
|
|
||||||
<para>Note that the above commands change the names of the libraries,
|
<para>Note that the above commands change the names of the libraries,
|
||||||
|
@ -123,8 +123,8 @@ export QTDIR=$PWD &&
|
|||||||
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &&
|
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &&
|
||||||
export PATH=$PWD/bin:$PATH &&
|
export PATH=$PWD/bin:$PATH &&
|
||||||
./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-exceptions \
|
-system-libmng -system-zlib -system-libjpeg -no-exceptions \
|
||||||
-thread -plugin-imgfmt-png &&
|
-thread -plugin-imgfmt-png &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
ln -sfn qt-&qt-version; /opt/qt &&
|
ln -sfn qt-&qt-version; /opt/qt &&
|
||||||
|
Loading…
Reference in New Issue
Block a user