]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - TODO
- source functions library (for msg_usage), no need to set PATH
[projects/rc-scripts.git] / TODO
diff --git a/TODO b/TODO
index ef2e34ddb6c8272f87b0acb25baf56653d66ae01..c3d9cd7f2a5e1400f97e6c09ffd95bc2e1185312 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,22 +1,29 @@
-$Id: TODO,v 1.16 2003/01/15 22:33:57 ankry Exp $
-
-Features missing:
-- IPSec (freeswan) support
-- NLS with national characters support
+$Id$
 
 Important:
 - don't set any flags automatically; always follow user
   suggestion (multicast, arp)
 - merge baggins changes in atm-rc (added support for RFC1483/2684 Bridged
   protocol)
+- LVM on DMRAID device isn't started at bootup (missing vchange -ay somewhere)
+- 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
 
-Not realy important but mayby nice:
+Not realy important but maybe nice:
 - Add checking for privileges during restarting
   and if they are not enough say fuck off in a
   nice way.
 
-
 Other:
 - maybe merge ATM rc scripts
 
 We are waiting for suggestions.
+
+serial is broken with this diff:
+http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/trunk/rc.d/init.d/functions?r1=7767&r2=7768&p1=rc-scripts/trunk/rc.d/init.d/functions&p2=rc-scripts/trunk/rc.d/init.d/functions
This page took 0.035742 seconds and 4 git commands to generate.