Update todo

This commit is contained in:
Arnaud Cornet 2008-05-31 12:24:56 +02:00
parent 4b2a0eb935
commit d92ffeea09
1 changed files with 21 additions and 0 deletions

21
TODO
View File

@ -1,3 +1,24 @@
<jj> home = getenv("HOME");
<jj> if (!home) {
<jj> conf_die(&bip, "no $HOME !, do you live in a trailer ?");
<jj> faudrait virer ca
<nohar> pourquoi ?
<jj> bah mon bip a pas de HOME
<nohar> ?
<nohar> un user sans home ?
<jj> et je le definis juste pour pas qu'il conf_die
<nohar> c'est possible ca ? :)
<gromit> sarko
<jj> env - bip
<jj> le -s suffit
<nohar> hum ok :)
<nohar> c'est complètement élite "env -" :)
<jj> faudrait ptet pouvoir specifier directement le oidentd_path
<nohar> oui et documenter -s
<jj> rajoute le -s au --help aussi a l'occasion
<jj> voila
- Allow to dump a config file, so that when the config is dynamically
changed, we can find it back after bip restart.