From 6cd201430fc3a49a5796768b162f3e3d7e31f09b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 14 Aug 2011 11:48:36 +0000 Subject: [PATCH] privilege check is done with unix file permissions: scripts just not executable for regular user svn-id: @12318 --- TODO | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 -- 2.44.0