X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=TODO;h=51dde4372ab05d40a11106b6aeebdb0bd1420e7e;hb=6cd201430fc3a49a5796768b162f3e3d7e31f09b;hp=1e8e2f63f9150846e8baf28d5286f02169f7ad57;hpb=4f30c8278a94e11cf82076c24ce59d3f914a25f7;p=projects%2Frc-scripts.git diff --git a/TODO b/TODO index 1e8e2f63..51dde437 100644 --- a/TODO +++ b/TODO @@ -10,18 +10,13 @@ Important: 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 + 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 +- 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 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