فهرست منبع

removed /usr/var and /usr/local/var dirs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1655 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 سال پیش
والد
کامیت
3a25785ee3
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/creatingdirs.xml

+ 5 - 0
chapter01/changelog.xml

@@ -14,6 +14,11 @@
 
 </para></listitem>
 
+<listitem><para>March 1st, 2002 [gerard]: Chapter 05 - Creating
+directories: Removed the <filename class="directory">/usr/var</filename>
+and <filename class="directory">/usr/local/var</filename> directories. They
+aren't recommended by the <emphasis>FHS</emphasis>.</para></listitem>
+
 <listitem><para>February 27th, 2002 [gerard]: Chapter 06 - Make: Added
 commands to remove the setgid kmem bit from
 <filename>/usr/bin/make</filename>. This isn't needed on Linux systems to

+ 1 - 1
chapter05/creatingdirs.xml

@@ -13,7 +13,7 @@ for dirname in $LFS/usr $LFS/usr/local
 <literal>&nbsp;&nbsp;&nbsp;do</literal>
 &nbsp;&nbsp;&nbsp;mkdir $dirname
 &nbsp;&nbsp;&nbsp;cd $dirname
-&nbsp;&nbsp;&nbsp;mkdir bin etc include lib sbin share src var
+&nbsp;&nbsp;&nbsp;mkdir bin etc include lib sbin share src
 &nbsp;&nbsp;&nbsp;ln -s share/man
 &nbsp;&nbsp;&nbsp;ln -s share/doc
 &nbsp;&nbsp;&nbsp;ln -s share/info