소스 검색

Added one more nodump attribute.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 년 전
부모
커밋
cad7b50152
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      chapter06/pwdgroup.xml

+ 3 - 3
chapter06/pwdgroup.xml

@@ -29,7 +29,7 @@ EOF</userinput></screen>
 <para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
 <para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
 used here is just a placeholder) will be set later.</para>
 used here is just a placeholder) will be set later.</para>
 
 
-<para>Create the <filename>/etc/group</filename> file by running the following 
+<para>Create the <filename>/etc/group</filename> file by running the following
 command:</para>
 command:</para>
 
 
 <screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
 <screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
@@ -67,7 +67,7 @@ linkend="chapter-temporary-tools"/> and the
 files have been created, user name and group name resolution will now
 files have been created, user name and group name resolution will now
 work.</para>
 work.</para>
 
 
-<screen><userinput>exec /tools/bin/bash --login +h</userinput></screen>
+<screen role="nodump"><userinput>exec /tools/bin/bash --login +h</userinput></screen>
 
 
 <para>Note the use of the <parameter>+h</parameter> directive. This tells
 <para>Note the use of the <parameter>+h</parameter> directive. This tells
 <command>bash</command> not to use its internal path hashing. Without this
 <command>bash</command> not to use its internal path hashing. Without this
@@ -80,7 +80,7 @@ of this chapter.</para>
 <command>init</command> programs (and others) use a number of log
 <command>init</command> programs (and others) use a number of log
 files to record information such as who was logged into the system and
 files to record information such as who was logged into the system and
 when. However, these programs will not write to the log files if they
 when. However, these programs will not write to the log files if they
-do not already exist. Initialize the log files and give them 
+do not already exist. Initialize the log files and give them
 proper permissions:</para>
 proper permissions:</para>
 
 
 <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
 <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}