diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/shadow.xml | 4 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d1d14c5c3..a7ff154c0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ <itemizedlist> +<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit +paths from the pwconv and grpconv commands, since /usr/sbin is part of +the default path</para></listitem> + <listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts installation section to chapter 7.</para></listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 5d4c12a61..377dbae04 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -106,11 +106,11 @@ need to be able to work with shadowed passwords.</para> <para>To enable shadowed passwords, run the following command:</para> -<screen><userinput>/usr/sbin/pwconv</userinput></screen> +<screen><userinput>pwconv</userinput></screen> <para>And to enable shadowed group passwords, run:</para> -<screen><userinput>/usr/sbin/grpconv</userinput></screen> +<screen><userinput>grpconv</userinput></screen> <para>Under normal circumstances, you won't have created any passwords yet. However, if returning to this section later to enable shadowing, you should @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "CVS-2004-02-10"> -<!ENTITY releasedate "February 10th, 2004"> +<!ENTITY version "CVS-2004-02-12"> +<!ENTITY releasedate "February 12th, 2004"> <!ENTITY milestone "5.2"> <!ENTITY nbsp " "> |