| Summary: | syslogd: allow to log to remote hosts via "<selector> @<host>" syntax | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Christoph Schulz <develop> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.22.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
allow to log to remote hosts via "<selector> @<host>" syntax
[on top of #7388] allow to log to remote hosts via "<selector> @<host>" syntax |
||
Created attachment 5624 [details]
[on top of #7388] allow to log to remote hosts via "<selector> @<host>" syntax
Second patch, to be applied on top of the patch in #7388.
|
Created attachment 5618 [details] allow to log to remote hosts via "<selector> @<host>" syntax With the patch attached, the "<selector> @<host>" syntax is recognized by syslogd. Example: *.* @192.168.6.2 kern.info @loghost I attached two versions of the patch. The first one applies to vanilla busybox 1.22.1. The second one is to be applied on the top of the patch found in #7388.