I'd like to redirect all messages from dhcpd to their own log file, rather than having them appear in /var/log/messages.
When I put the following lines in /etc/syslog.conf:
!dhcpd
*.* /var/log/dhcpd.log
The messages are redirected to dhcpd.log, BUT they're also still going to /var/log/messages. What's the syntax to exclude them from /var/log/messages?