diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-05 10:31:24 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-05 10:31:24 +0000 |
| commit | 3dead0b64529cf01abf19bdfb8e156489a0d8f65 (patch) | |
| tree | fe97b9ff8c18496255a6e987799917311be6f521 /libexec | |
| parent | 0ea569ff6f490556dea024906b3ac69dcde61aac (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tftpd/tftpd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index e9812390b5dee..9c2227f8bbd1f 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 |
