From 411365f15d431cee967e5d16b04ee1687c259a3c Mon Sep 17 00:00:00 2001 From: yar Date: Sun, 26 Jan 2003 19:02:56 +0000 Subject: Extend the format of /etc/ftpchroot so an alternative chroot directory can be specified for a user or a group. Add the manpage ftpchroot(5) since the file's format has grown complex enough. PR: bin/45327 Portions submitted by: Hideki SAKAMOTO MFC after: 1 week --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/ftpd/Makefile') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 0a3ffc5..b6c8ed9 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= ftpd -MAN= ftpd.8 +MAN= ftpd.8 ftpchroot.5 SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING -- cgit v1.1