X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=TODO;h=2504da494e4fd5cdf141ce8158501e6145553f74;hb=a268fbbd235b78d863a4181bc1b7d5bdbbe3c1e4;hp=ef2e34ddb6c8272f87b0acb25baf56653d66ae01;hpb=6a2c03da653dc8351a22ddb49c4c0219b9256c80;p=projects%2Frc-scripts.git diff --git a/TODO b/TODO index ef2e34dd..2504da49 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,19 @@ -$Id: TODO,v 1.16 2003/01/15 22:33:57 ankry Exp $ - -Features missing: -- IPSec (freeswan) support -- NLS with national characters support - 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) - -Not realy important but mayby nice: -- Add checking for privileges during restarting - and if they are not enough say fuck off in a - nice way. - +- 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 +- 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 Other: - maybe merge ATM rc scripts