CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/08/31 14:44:47
Modified files: usr.sbin/syslogd: syslogd.c Log message: The !prog and +host features allow to select log messages from a specific programm or host. It does not make sense to truncate the string from the config at some character from a list. Just take whatever the user specified as progname or hostname. If it contains funky charactes it will not match and the action is not taken. This fixes matching with IP addresses if syslogd is started with -n. OK semarie@