X-Git-Url: https://git.pld-linux.org/?p=projects%2Frc-scripts.git;a=blobdiff_plain;f=TODO;h=2504da494e4fd5cdf141ce8158501e6145553f74;hp=0f7b95950dfc5d0b2533f69a81443ea933d46c3d;hb=8903a3b15f08d759d06bb2b02e637e0baf7497bf;hpb=d2836160d0b9ad701c2db95ec5b6379d3da32fcc diff --git a/TODO b/TODO index 0f7b9595..2504da49 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,21 @@ -- nie wszyscy maj± zainstalowan± quote +Important: +- don't set any flags automatically; always follow user + suggestion (multicast, arp) +- merge baggins changes in atm-rc (added support for RFC1483/2684 Bridged + protocol) +- killproc() sucks and has no consistency, error reporting + you'll never know which side of PROCNAME you should add the --waitforname or -SIGNAL args + 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 + 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 + console, console=ttys1,... instead of console=ttyS1) - rc.d/rc uses /dev/console a lot -- o ile to mo¿liwe usun±æ u¿ywanie awk i sed zastêpowaæ u¿yewaniem sh lub - przynajmeniej zastêpowaæ awka sedem +Other: +- maybe merge ATM rc scripts -- dodaæ mo¿liwo¶æ ustawiania statycznej tablicy arp (patrz: man ethers arp - opcja -f). Najpawdopodobniej najlepszym miescem bêdzie punkt miê - podnoszeniem lo a nastepnych interfejsów. +We are waiting for suggestions.