Author: glen
Date: Sun Aug 14 13:48:36 2011
New Revision: 12318
Modified:
rc-scripts/trunk/TODO
Log:
privilege check is done with unix file permissions: scripts just not executable
for regular user
Modified: rc-scripts/trunk/TODO
==============================================================================
--- rc-scripts/trunk/TODO (original)
+++ rc-scripts/trunk/TODO Sun Aug 14 13:48:36 2011
@@ -10,18 +10,13 @@
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit