diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 23:23:24 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 23:23:24 +0000 |
commit | 60cd5856e64dd5fc50257bc0fbf13f6deec5d3dc (patch) | |
tree | 3c536c3500a96f8fdb5479025b61fa98dc7a3cc0 | |
parent | 156402e3ec14e1c9043bbbf5f53b8a3aaf43da18 (diff) |
Removed trailing spaces from commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/tar-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/create-utmp.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml index dc45e2ba2..bec453e4a 100644 --- a/chapter05/tar-inst.xml +++ b/chapter05/tar-inst.xml @@ -12,7 +12,7 @@ for gzip files).</para> <para>Install Tar by running the following commands:</para> -<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls && +<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls && make LDFLAGS=-static && make install</userinput></screen></para> diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index 56ea77790..a8fe88450 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -11,7 +11,7 @@ bad login attempts.</para> <para>Create these files with their proper permissions by running the following commands:</para> -<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && +<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen></para> </sect2> |