]> git.pld-linux.org Git - projects/rc-scripts.git/blame - TODO
- removed unneeded termput hpa
[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
JR
17
18Not realy important but mayby 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.
This page took 0.046835 seconds and 4 git commands to generate.