]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
privilege check is done with unix file permissions: scripts just not executable for...
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 11:48:36 +0000 (11:48 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 11:48:36 +0000 (11:48 +0000)
svn-id: @12318

TODO

diff --git a/TODO b/TODO
index 1e8e2f63f9150846e8baf28d5286f02169f7ad57..51dde4372ab05d40a11106b6aeebdb0bd1420e7e 100644 (file)
--- 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
 
This page took 0.205846 seconds and 4 git commands to generate.