The ctutil utility allows a configuration file to be specified with option -c. If the specified file does not exist, an error message is returned. The logic that opens the configuration file has been modified to return a more specific error message if the configuration file does not exist. The old message was:
Configuration syntax error. syntax error near - line 1, column 1
The new message is:
Configuration file does not exist