grep: /etc/exim.variables.conf.custom: No such file or directory building exim.conf

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,361
Location
Maastricht
On CB 2.0 I set exim.conf version to 4.3 and did ./build exim_conf.

It looks alright but it's giving me a bunch of these errors:
cat: /etc/exim.variables.conf.custom: No such file or directory
grep: /etc/exim.variables.conf.custom: No such file or directory
grep: /etc/exim.variables.conf.custom: No such file or directory
grep: /etc/exim.variables.conf.custom: No such file or directory

Which ofcourse is correct, because those files are called exim.variables.conf without the .custom part behind it.

However.... is it save to ignore those errors?
 
You can ignore it, probably Martynas will fix it since CB should create it.

For solve it run: touch /etc/exim.variables.conf.custom

Regards
 
Last edited:
Please try the latest version of CustomBuild 2.0. It checks if the file exists before trying to do any actions with it.
 
Back
Top