diff options
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -64,14 +64,3 @@ These are the TODO items for the next LFS release (3.0): * Suggest using this command to strip debug symbols after you finish chapter 6: find $LFS -type f -exec strip --strip-debug '{}' ';' -* Modify the killproc function in the functions script. Right now it - works roughly as follows: killl, wait 2 secs, check if pid's are gone. - If not, kill with -KILL (aka -9), wait 2 secs, checkif pid's are gone. - If no, print error message. - - Change this into: kill, don't wait 2 secs but check for pid's right - away. If pid's are still there, then wait 2 seconds and kill -KILL, - wait, if pid's still there, print error. Most daemons will exit - immediately and the 2 second wait for every daemon slows things down - unnessary. - |