mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Removed Explicit paths from pwconv and grpconv per lfs-dev discussion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3250 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a0b689e8b0
commit
cd1ddd744e
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
|
||||||
installation section to chapter 7.</para></listitem>
|
installation section to chapter 7.</para></listitem>
|
||||||
|
|
||||||
|
@ -106,11 +106,11 @@ need to be able to work with shadowed passwords.</para>
|
|||||||
|
|
||||||
<para>To enable shadowed passwords, run the following command:</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>
|
<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.
|
<para>Under normal circumstances, you won't have created any passwords yet.
|
||||||
However, if returning to this section later to enable shadowing, you should
|
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"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "CVS-2004-02-10">
|
<!ENTITY version "CVS-2004-02-12">
|
||||||
<!ENTITY releasedate "February 10th, 2004">
|
<!ENTITY releasedate "February 12th, 2004">
|
||||||
<!ENTITY milestone "5.2">
|
<!ENTITY milestone "5.2">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user