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

Collapse All | Expand All

(-)inetd.8 (-7 / +17 lines)
Lines 79-85 Link Here
79
.It Fl d
79
.It Fl d
80
Turn on debugging.
80
Turn on debugging.
81
.It Fl l
81
.It Fl l
82
Turn on logging.
82
Turn on logging of successful connections.
83
.It Fl w
83
.It Fl w
84
Turn on TCP Wrapping for external services.
84
Turn on TCP Wrapping for external services.
85
See the
85
See the
Lines 517-522 Link Here
517
.Nm
517
.Nm
518
will log an entry to syslog each time a connection is accepted, noting the
518
will log an entry to syslog each time a connection is accepted, noting the
519
service selected and the IP-number of the remote requestor if available.
519
service selected and the IP-number of the remote requestor if available.
520
Unless otherwise specified in the configuration file, and in the absence of the
521
.Fl W
522
and
523
.Fl w
524
options
525
.Nm
526
will log to the
527
.Dq daemon
528
facility.
520
.Pp
529
.Pp
521
The
530
The
522
.Nm
531
.Nm
Lines 549-561 Link Here
549
services will be wrapped.
558
services will be wrapped.
550
If both options are given, wrapping for both
559
If both options are given, wrapping for both
551
internal and external services will be enabled.
560
internal and external services will be enabled.
552
.Pp
561
Either wrapping option will cause failed connections to be logged to the
553
If the
562
.Dq auth
563
syslog facility. Adding the
554
.Fl l
564
.Fl l
555
option is specified, all connection attempts are logged, whether they are
565
flag to the wrapping options will include successful connections in the
556
allowed, denied or not wrapped at all.
566
logging to the
557
Otherwise, only denied requests will
567
.Dq auth
558
be logged.
568
facility.
559
.Pp
569
.Pp
560
Note that
570
Note that
561
.Nm
571
.Nm

Return to bug 17017