* Re-Applied patch provided vom Topi Miettinen with regard to the people
from OpenBSD. This provides the additional '-a' argument used for specifying additional UNIX domain sockets to listen to. This is been used with chroot()'ed named's for example. An example is described at http://www.psionic.com/papers/dns.html. This time the patch doesn't stall syslogd. Thanks to Topi Miettinen <tom@medialab.sonera.net> (closes: Bug#24893)
This commit is contained in:
32
sysklogd.8
32
sysklogd.8
@ -7,10 +7,9 @@
|
||||
sysklogd \- Linux system logging utilities.
|
||||
.SH SYNOPSIS
|
||||
.B syslogd
|
||||
.\" Bug#24893 --> uncomment the following
|
||||
.\" .RB [ " \-a "
|
||||
.\" .I socket
|
||||
.\" ]
|
||||
.RB [ " \-a "
|
||||
.I socket
|
||||
]
|
||||
.RB [ " \-d " ]
|
||||
.RB [ " \-f "
|
||||
.I config file
|
||||
@ -74,19 +73,18 @@ the whole line is ignored.
|
||||
|
||||
.LP
|
||||
.SH OPTIONS
|
||||
.\" Bug#24893 --> uncomment the following
|
||||
.\" .TP
|
||||
.\" .BI "\-a " "socket"
|
||||
.\" Using this argument you can specify additional sockets from that
|
||||
.\" .B syslogd
|
||||
.\" has to listen to. This is needed if you're going to let some daemon
|
||||
.\" run within a chroot() environment. You can use up to 19 additional
|
||||
.\" sockets. If your environment needs even more, you have to increase
|
||||
.\" the symbol
|
||||
.\" .B MAXFUNIX
|
||||
.\" within the syslogd.c source file. An example for a chroot() daemon is
|
||||
.\" described by the people from OpenBSD at
|
||||
.\" http://www.psionic.com/papers/dns.html.
|
||||
.TP
|
||||
.BI "\-a " "socket"
|
||||
Using this argument you can specify additional sockets from that
|
||||
.B syslogd
|
||||
has to listen to. This is needed if you're going to let some daemon
|
||||
run within a chroot() environment. You can use up to 19 additional
|
||||
sockets. If your environment needs even more, you have to increase
|
||||
the symbol
|
||||
.B MAXFUNIX
|
||||
within the syslogd.c source file. An example for a chroot() daemon is
|
||||
described by the people from OpenBSD at
|
||||
http://www.psionic.com/papers/dns.html.
|
||||
.TP
|
||||
.B "\-d"
|
||||
Turns on debug mode. Using this the daemon will not proceed a
|
||||
|
Reference in New Issue
Block a user