aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 18:18:52 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 18:18:52 +0000
commitc7c61fd08710887e483ce4523030dbf6e5f4a1dc (patch)
tree4f72d9c54c25fa89d2ec6969199bdb43517cb5f7
parenta9f0291cc1e9220acc4b30f75dbbe3a8da76e382 (diff)
Finished "Fix functions script killproc function" TODO
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 444bd1cd9..ab96cafcf 100644
--- a/TODO
+++ b/TODO
@@ -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.
-