From 3dead0b64529cf01abf19bdfb8e156489a0d8f65 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 5 Jun 1998 10:31:24 +0000 Subject: [PATCH] Mention that syslog.conf(5) does not log LOG_FTP messages by default. PR: 5287 --- libexec/tftpd/tftpd.8 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index e9812390b5d..9c2227f8bbd 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -105,7 +105,10 @@ The options are: .Bl -tag -width Ds .It Fl l Log all requests using -.Xr syslog 3 . +.Xr syslog 3 +with the facility of LOG_FTP. Note: Logging of LOG_FTP messages +will also need to be enabled in the syslog configuration file +.Xr syslog.conf 5 . .It Fl n Suppress negative acknowledgement of requests for nonexistent relative filenames. @@ -127,7 +130,8 @@ as root unless you are using .El .Sh SEE ALSO .Xr tftp 1 , -.Xr inetd 8 +.Xr inetd 8 , +.Xr syslogd 8 .Sh HISTORY The .Nm