commit | dcdd3aa9cb6f49f766f94907ba42dccdfba16a99 | [log] [tgz] |
---|---|---|
author | Felix Janda <felix.janda@posteo.de> | Wed Aug 21 21:24:45 2013 +0200 |
committer | Felix Janda <felix.janda@posteo.de> | Wed Aug 21 21:24:45 2013 +0200 |
tree | 6f23907d04516264048ab64c115d46e03a1d9f47 | |
parent | e6e685cdb8f6e30607c25dcac5f8dc93d4230c20 [diff] |
syslogd: cleanup - remove flag macros - remove some unecessary gotos - inline open_udp_socks() and getport() - simplify resulting open_logfiles() Now in the syslog.conf the port numbers for remote hosts are no longer allowed to be hexadecimal. If there is need for hexadecimal port numbers, one can as well accept octal ones and use base 0 in strtoul.