From: Corin L. <cor...@ne...> - 2012-02-25 10:10:40
|
Hola Ricardo, Am 24.02.2012 21:02, schrieb Ricardo J. Barberis: > What mfs version are you using and on what OS/distro? It's the latest (1.6.20), self compiled on a debian squeeze system. ./configure --prefix=/opt/mfs --with-default-user=mfs --with-default-group=mfs MAKEFLAGS=-j4 make install I just managed to fix the issue: the problem was I didn't use any spaces between the key and the value, so "AAA=BBB" is silently ignored while "AAA = BBB" works fine. I'd suggest to at least emit a warning on the console/ syslog when an invalid key is found. If the code'd already be hosted on github I'd even submit a patch/ pull rquest ;-) Thanks and regards, Corin |