6 Jan
2016
6 Jan
'16
8:55 a.m.
On Jan 5, 2016, at 9:28 AM, Stefan Winter <stefan.winter@restena.lu> wrote:
just a short note that I just tried that, but the file with spaces in its name did not get picked up at server start (while all the others in the same directory were).
When the server does: $INCLUDE dir/ It reads the directory. It doesn't care about the filenames. So filenames with spaces should work. When the server does: $INCLUDE file It reads the filename,
Not sure if this is known and maybe even intentional(?), but just in case others want to be just as fancy and have very nice filenames in your config... just don't :-)
Yes. Filenames with spaces and other special characters are not handled well by most tools. Alan DeKok.