]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - TODO
Add (commented out) vm.oom_kill_allocating_task sysctl knob
[projects/rc-scripts.git] / TODO
diff --git a/TODO b/TODO
index b566a72e29791b668680ba0be897319c0b30b4a4..2504da494e4fd5cdf141ce8158501e6145553f74 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,22 +1,20 @@
-$Id: TODO,v 1.14 2001/05/15 16:03:33 baggins Exp $
-
-Features missing:
-- IPSec (freeswan) support
-- NLS with national characters support
-
 Important:
-- don't set any flags automaticly; always follow user
+- don't set any flags automatically; always follow user
   suggestion (multicast, arp)
-- MTU for ethernet
 - merge baggins changes in atm-rc (added support for RFC1483/2684 Bridged
   protocol)
+- killproc() sucks and has no consistency, error reporting
+  you'll never know which side of PROCNAME you should add the --waitforname or -SIGNAL args
+  because if you put -SIGNAL at wrong side of PROGNAME it will enter infinitive loop:
+    killproc -TERM --waitforname slapd --waitfortime 300 slapd
+  if you put --waitforname at wrong side, it will just ignore them:
+    killproc slapd -TERM --waitforname slapd --waitfortime 300
+  while correct would be:
+    killproc --waitforname slapd --waitfortime 300 slapd -TERM
+- switch to use __umount_*loop instead of own umount loop when stopping system
+- rc-scripts won't work if /dev/console is invalid (for example I made typo when configuring serial
+  console, console=ttys1,... instead of console=ttyS1) - rc.d/rc uses /dev/console a lot
 
-Not realy important but mayby nice:
-- Add checing for preveliges during restarting 
-  and if thay are not enought say fuck off in a 
-  nice way.
-
-  
 Other:
 - maybe merge ATM rc scripts
 
This page took 0.061518 seconds and 4 git commands to generate.