Browse Source

Changed /etc/lfs to /etc/lfs-release

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
a92249f003
2 changed files with 6 additions and 1 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter09/theend.xml

+ 5 - 0
chapter01/changelog.xml

@@ -96,6 +96,11 @@
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>October 23rd, 2003 [gerard] Chapter 9 - The End: Changed
+the <filename>/etc/lfs</filename> filename to
+<filename>/etc/lfs-release</filename> to be more consistent with other
+distributions out there.</para></listitem>
+
 <listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to
 <listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to
 create installation dependency lists.</para></listitem>
 create installation dependency lists.</para></listitem>
 
 

+ 1 - 1
chapter09/theend.xml

@@ -56,7 +56,7 @@ for help with something at some point) to find out which LFS version
 you have installed on your system. Create the <filename>/etc/lfs</filename>
 you have installed on your system. Create the <filename>/etc/lfs</filename>
 file by running the following command:</para>
 file by running the following command:</para>
 
 
-<screen><userinput>echo &version; &gt; /etc/lfs</userinput></screen>
+<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
 
 
 </sect1>
 </sect1>