]> git.pld-linux.org Git - projects/rc-scripts.git/blame - TODO
Clean and recreate systemd tmpfiles (even if not using systemd).
[projects/rc-scripts.git] / TODO
CommitLineData
de1fc6ce 1Important:
6a2c03da 2- don't set any flags automatically; always follow user
de1fc6ce 3 suggestion (multicast, arp)
de1fc6ce
JR
4- merge baggins changes in atm-rc (added support for RFC1483/2684 Bridged
5 protocol)
485af7e4
ER
6- killproc() sucks and has no consistency, error reporting
7 you'll never know which side of PROCNAME you should add the --waitforname or -SIGNAL args
8 because if you put -SIGNAL at wrong side of PROGNAME it will enter infinitive loop:
9 killproc -TERM --waitforname slapd --waitfortime 300 slapd
10 if you put --waitforname at wrong side, it will just ignore them:
6cd20143 11 killproc slapd -TERM --waitforname slapd --waitfortime 300
485af7e4
ER
12 while correct would be:
13 killproc --waitforname slapd --waitfortime 300 slapd -TERM
7586a159 14- switch to use __umount_*loop instead of own umount loop when stopping system
6cd20143 15- rc-scripts won't work if /dev/console is invalid (for example I made typo when configuring serial
8441c581 16 console, console=ttys1,... instead of console=ttyS1) - rc.d/rc uses /dev/console a lot
de1fc6ce 17
de1fc6ce
JR
18Other:
19- maybe merge ATM rc scripts
20
21We are waiting for suggestions.
This page took 1.362058 seconds and 4 git commands to generate.