diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:17:06 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:17:06 +0000 |
commit | 2309b72d4497b5c39a2c3ea749bf7323bee647ff (patch) | |
tree | f35d6c7d9095c1f2840985775514509a210ddcad /chapter06/create-password.xml | |
parent | 91e8861fd11e229eb146731ec5626b23cdd45b67 (diff) |
Renaming the Shadow files to match the package name.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/create-password.xml')
-rw-r--r-- | chapter06/create-password.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/create-password.xml b/chapter06/create-password.xml deleted file mode 100644 index 19e592e48..000000000 --- a/chapter06/create-password.xml +++ /dev/null @@ -1,10 +0,0 @@ -<sect2> -<title>Setting the root password</title> - -<para>Choose a password for user root and set it by running the following -command:</para> - -<screen><userinput>passwd root</userinput></screen> - -</sect2> - |