View | Details | Raw Unified | Return to bug 17017 | Differences between
and this patch

Collapse All | Expand All

(-)inetd.8 (-7 / +13 lines)
Lines 505-514 Link Here
505
.Pp
505
.Pp
506
When given the
506
When given the
507
.Fl l
507
.Fl l
508
option
508
option, and in the absence of the
509
.Fl -w
510
and
511
.Fl -W
512
options,
509
.Nm
513
.Nm
510
will log an entry to syslog each time a connection is accepted, noting the
514
will log an entry to syslog each time a connection is accepted, noting the
511
service selected and the IP-number of the remote requestor if available.
515
service selected and the IP-number of the remote requestor if available.
516
Unless otherwise specified in the configuration file
517
.Nm
518
will log to the
519
.Dq daemon
520
facility.
512
.Pp
521
.Pp
513
The
522
The
514
.Nm
523
.Nm
Lines 539-550 Link Here
539
.Dq internal
548
.Dq internal
540
services will be wrapped. If both options are given, wrapping for both
549
services will be wrapped. If both options are given, wrapping for both
541
internal and external services will be enabled.
550
internal and external services will be enabled.
542
.Pp
551
Either wrapping option will cause all connections to be logged to the
543
If the
552
.Dq auth
544
.Fl l
553
syslog facility.
545
option is specified, all connection attempts are logged, whether they are
546
allowed, denied or not wrapped at all. Otherwise, only denied requests will
547
be logged.
548
.Pp
554
.Pp
549
Note that
555
Note that
550
.Nm
556
.Nm

Return to bug 17017