error when run the first time:
Failed to read options from: ../conf/syslog2.conf at ./syslog2.pl line 40, <CONF> line 3
In syslog2.pl on line 254 (in sub read_options) there is a substitution to remove \r\n, I had to break that line into two to first remove newlines then returns, because I created my own syslog2.conf file on a BSD machine that did not include the carriage returns (\r).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
error when run the first time:
Failed to read options from: ../conf/syslog2.conf at ./syslog2.pl line 40, <CONF> line 3
In syslog2.pl on line 254 (in sub read_options) there is a substitution to remove \r\n, I had to break that line into two to first remove newlines then returns, because I created my own syslog2.conf file on a BSD machine that did not include the carriage returns (\r).