Преглед на файлове

Removed "Use HOSTNAME" TODO

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans преди 24 години
родител
ревизия
28864d9e2e
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      TODO

+ 0 - 4
TODO

@@ -57,10 +57,6 @@ These are the TODO items for the next LFS release (3.0):
 
 * Add netkit-base and net-tools to Appendix A.
 
-* Use /etc/HOSTNAME for setting the hostname. This is a bit more
-  compliant with other distributions and therefore less confusing to
-  people.
-
 * Suggest using this command to strip debug symbols after you finish
   chapter 6: find $LFS -type f -exec strip --strip-debug '{}' ';'