The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw).
At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.
Cheers!
-Robin-
The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw).
At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.
Cheers!
-Robin-