summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-08-31 00:05:31 +0000
committerlukem <lukem@NetBSD.org>2001-08-31 00:05:31 +0000
commit8262a6ac5a4a18c09bc07f60f317972b4bf02003 (patch)
treeaa6729a3e28cc08f46be2f698d6a0bcb83087540 /libexec
parent9731e34bd0d0c69e869d5867efcf0efc5aac15ba (diff)
Expand description of shells(5) requirement.
Per PR [misc/13814] from Alexander Sorg.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 010b8cd59f5..74653a54029 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.65 2001/07/08 07:27:14 lukem Exp $
+.\" $NetBSD: ftpd.8,v 1.66 2001/08/31 00:05:31 lukem Exp $
.\"
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -67,7 +67,7 @@
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\"
-.Dd July 8, 2001
+.Dd August 31, 2001
.Dt FTPD 8
.Os
.Sh NAME
@@ -428,6 +428,10 @@ The user must have a standard shell returned by
If the user's shell field in the password database is empty, the
shell is assumed to be
.Pa /bin/sh .
+As per
+.Xr shells 5 ,
+the user's shell must be listed with full path in
+.Pa /etc/shells .
.It
If directed by the file
.Xr ftpchroot 5