X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=TODO;h=2504da494e4fd5cdf141ce8158501e6145553f74;hb=af38444cbbd0962c350a178b45a2cc32f94570a0;hp=7170e1eb86a9cdbc5809acd16bdb647854710061;hpb=644b36da3f98b8aebc8777233438ef5b751e3b5a;p=projects%2Frc-scripts.git diff --git a/TODO b/TODO index 7170e1eb..2504da49 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,21 @@ -- brak jest mo¿liwo¶ci postawienia ifc tylko na ipv6 +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 -- nie wszyscy maj± zainstalowan± quote +Other: +- maybe merge ATM rc scripts -- dlaczego nie mo¿na wykonaæ `tnlup cron` tylko trzeba `tnlup tnlcfg-cron` ? - -- o ile to mo¿liwe usun±æ u¿ywanie awk i sed zastêpowaæ u¿yewaniem sh lub - przynajmeniej zastêpowaæ awka sedem - -- 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. \ No newline at end of file +We are waiting for suggestions.