| Summary: | <facility>.!* entries in /etc/syslog.conf are not correctly handled | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Christoph Schulz <develop> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.22.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
fixes handling of <facility>.!* entries in /etc/syslog.conf
fixes handling of <facility>.!* entries in /etc/syslog.conf |
||
Bump... Created attachment 5600 [details]
fixes handling of <facility>.!* entries in /etc/syslog.conf
Submitted patch updated to busybox 1.22.1.
|
Created attachment 4550 [details] fixes handling of <facility>.!* entries in /etc/syslog.conf Hello, the current Busybox (1.20.2) does not correctly handle <facility>.!* entries in /etc/syslog.conf. Instead of *disallowing* matching log messages, they are *allowed*. A simple patch is attached that fixes this problem. Regards, Christoph Schulz P.S.: Why is there no "1.20.x" entry in the Bugzilla's "Version" list?