CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2015/03/30 03:21:42
Modified files: usr.sbin/syslogd: syslogd.c Log message: Use getline instead of fgets to allow arbitrary line length in configuration file. Also make sure that we fully parsed it. If not, avoid to start a half-baked syslogd. with input by and ok bluhm@