]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - TODO
move makepot to po/ dir with rest of it's files
[projects/rc-scripts.git] / TODO
diff --git a/TODO b/TODO
index a75b54458cc0df2056ae97cfd1bf8f7cf78e7fe8..1e8e2f63f9150846e8baf28d5286f02169f7ad57 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@ Important:
   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:
@@ -14,8 +13,11 @@ Important:
     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:
+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.
This page took 0.165996 seconds and 4 git commands to generate.