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 /chapter06/create-utmp.xml | |
parent | 156402e3ec14e1c9043bbbf5f53b8a3aaf43da18 (diff) |
Removed trailing spaces from commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/create-utmp.xml')
-rw-r--r-- | chapter06/create-utmp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |