Browse Source

Removed "Use HOSTNAME" TODO

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
28864d9e2e
1 changed files with 0 additions and 4 deletions
  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 '{}' ';'