]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - TODO
- some formatting, respect to use functios (RETVAL variable vs exit calls)
[projects/rc-scripts.git] / TODO
diff --git a/TODO b/TODO
index b33e96a19e7687b770cf39e81e86282fb9fd1c11..5e3a8388fe536191473e8c170460ff8e6fe4ebe7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,26 @@
-- BIND_DEV przy obs³udze tuneli trudno jest obs³u¿yæ z tego
-  wzglêdu, ¿e interfejsy s± podnoszone _po_ starcie tuneli.
-  Trzeba bêdzie przenie¶æ konfiguracjê interfejsów tuneli
-  z np. ifcfg-icm do tnlcfg-icm. Nie ma innego wyj¶cia :-(
-- interfejs sit0 _musi_ byæ podnoszony na samym koñcu tak
-  by wszystkie IPv4 zosta³y dodane
+$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)
+- 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
+
+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.
This page took 0.05332 seconds and 4 git commands to generate.