소스 검색

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 '{}' ';'