]> git.pld-linux.org Git - projects/rc-scripts.git/blame - TODO
- source functions library (for msg_usage), no need to set PATH
[projects/rc-scripts.git] / TODO
CommitLineData
9ccfa537 1$Id$
5ecfdd8c 2
de1fc6ce 3Important:
6a2c03da 4- don't set any flags automatically; always follow user
de1fc6ce 5 suggestion (multicast, arp)
de1fc6ce
JR
6- merge baggins changes in atm-rc (added support for RFC1483/2684 Bridged
7 protocol)
0e9222b3 8- LVM on DMRAID device isn't started at bootup (missing vchange -ay somewhere)
485af7e4
ER
9- killproc() sucks and has no consistency, error reporting
10 you'll never know which side of PROCNAME you should add the --waitforname or -SIGNAL args
11 because if you put -SIGNAL at wrong side of PROGNAME it will enter infinitive loop:
12 killproc -TERM --waitforname slapd --waitfortime 300 slapd
13 if you put --waitforname at wrong side, it will just ignore them:
14 killproc slapd -TERM --waitforname slapd --waitfortime 300
15 while correct would be:
16 killproc --waitforname slapd --waitfortime 300 slapd -TERM
de1fc6ce 17
f3736ede 18Not realy important but maybe nice:
52c53926
TP
19- Add checking for privileges during restarting
20 and if they are not enough say fuck off in a
de1fc6ce
JR
21 nice way.
22
de1fc6ce
JR
23Other:
24- maybe merge ATM rc scripts
25
26We are waiting for suggestions.
f3736ede
ER
27
28serial is broken with this diff:
29http://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 2.031537 seconds and 4 git commands to generate.