Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ftpd Sort options.
details: https://anonhg.NetBSD.org/src/rev/66627d2958bf
branches: trunk
changeset: 583452:66627d2958bf
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Aug 07 11:13:34 2005 +0000
description:
Sort options.
diffstat:
libexec/ftpd/ftpd.8 | 82 ++++++++++++++++++++++++++--------------------------
1 files changed, 41 insertions(+), 41 deletions(-)
diffs (174 lines):
diff -r 7df288587abe -r 66627d2958bf libexec/ftpd/ftpd.8
--- a/libexec/ftpd/ftpd.8 Sun Aug 07 10:12:39 2005 +0000
+++ b/libexec/ftpd/ftpd.8 Sun Aug 07 11:13:34 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.75 2005/08/04 17:41:35 peter Exp $
+.\" $NetBSD: ftpd.8,v 1.76 2005/08/07 11:13:34 wiz Exp $
.\"
.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -72,10 +72,10 @@
Internet File Transfer Protocol server
.Sh SYNOPSIS
.Nm
-.Op Fl 46DdHlqQrsuUwWX
+.Op Fl 46DdHlQqrsUuWwX
.Op Fl a Ar anondir
+.Op Fl C Ar user
.Op Fl c Ar confdir
-.Op Fl C Ar user
.Op Fl e Ar emailaddr
.Op Fl h Ar hostname
.Op Fl L Ar xferlogfile
@@ -112,6 +112,16 @@
.Xr ftpd.conf 5
.Sy chroot
directive.
+.It Fl C Ar user
+Check whether
+.Ar user
+would be granted access under
+the restrictions given in
+.Xr ftpusers 5
+and exit without attempting a connection.
+.Nm
+exits with an exit code of 0 if access would be granted, or 1 otherwise.
+This can be useful for testing configurations.
.It Fl c Ar confdir
Change the root directory of the configuration files from
.Dq Pa /etc
@@ -126,16 +136,6 @@
.Xr ftpd.conf 5
.Sy limit
directive.
-.It Fl C Ar user
-Check whether
-.Ar user
-would be granted access under
-the restrictions given in
-.Xr ftpusers 5
-and exit without attempting a connection.
-.Nm
-exits with an exit code of 0 if access would be granted, or 1 otherwise.
-This can be useful for testing configurations.
.It Fl D
Run as daemon.
.Nm
@@ -156,6 +156,12 @@
.Dq "\&%E"
escape sequence (see
.Sx Display file escape sequences )
+.It Fl H
+Equivalent to
+.Do
+-h
+`hostname`
+.Dc .
.It Fl h Ar hostname
Explicitly set the hostname to advertise as to
.Ar hostname .
@@ -173,12 +179,13 @@
Refer to
.Xr inetd.conf 5
for more information on starting services to listen on specific IP addresses.
-.It Fl H
-Equivalent to
-.Do
--h
-`hostname`
-.Dc .
+.It Fl L Ar xferlogfile
+Log
+.Tn wu-ftpd
+style
+.Sq xferlog
+entries to
+.Ar xferlogfile .
.It Fl l
Each successful and failed
.Tn FTP
@@ -187,13 +194,6 @@
If this option is specified more than once, the retrieve (get), store (put),
append, delete, make directory, remove directory and rename operations and
their file name arguments are also logged.
-.It Fl L Ar xferlogfile
-Log
-.Tn wu-ftpd
-style
-.Sq xferlog
-entries to
-.Ar xferlogfile .
.It Fl P Ar dataport
Use
.Ar dataport
@@ -201,16 +201,16 @@
that the port
.Nm
is listening on.
-.It Fl q
-Enable the use of pid files for keeping track of the number of logged-in
-users per class.
-This is the default.
.It Fl Q
Disable the use of pid files for keeping track of the number of logged-in
users per class.
This may reduce the load on heavily loaded
.Tn FTP
servers.
+.It Fl q
+Enable the use of pid files for keeping track of the number of logged-in
+users per class.
+This is the default.
.It Fl r
Permanently drop root privileges once the user is logged in.
The use of this option may result in the server using a port other
@@ -224,6 +224,12 @@
below for more details.
.It Fl s
Require a secure authentication mechanism like Kerberos or S/Key to be used.
+.It Fl U
+Don't log each concurrent
+.Tn FTP
+session to
+.Pa /var/run/utmp .
+This is the default.
.It Fl u
Log each concurrent
.Tn FTP
@@ -231,12 +237,6 @@
.Pa /var/run/utmp ,
making them visible to commands such as
.Xr who 1 .
-.It Fl U
-Don't log each concurrent
-.Tn FTP
-session to
-.Pa /var/run/utmp .
-This is the default.
.It Fl V Ar version
Use
.Ar version
@@ -250,6 +250,11 @@
is empty or
.Sq -
then don't display any version information.
+.It Fl W
+Don't log each
+.Tn FTP
+session to
+.Pa /var/log/wtmp .
.It Fl w
Log each
.Tn FTP
@@ -258,11 +263,6 @@
making them visible to commands such as
.Xr last 1 .
This is the default.
-.It Fl W
-Don't log each
-.Tn FTP
-session to
-.Pa /var/log/wtmp .
.It Fl X
Log
.Tn wu-ftpd
Home |
Main Index |
Thread Index |
Old Index