Index: head/etc/Makefile =================================================================== --- head/etc/Makefile +++ head/etc/Makefile @@ -56,10 +56,6 @@ BIN1+= amd.map .endif -.if ${MK_FTP} != "no" -BIN1+= ftpusers -.endif - .if ${MK_LOCATE} != "no" BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc .endif Index: head/etc/ftpusers =================================================================== --- head/etc/ftpusers +++ head/etc/ftpusers @@ -1,29 +0,0 @@ -# $FreeBSD$ -# -# list of users disallowed any ftp access. -# read by ftpd(8). -root -toor -daemon -operator -bin -tty -kmem -games -news -ntpd -man -sshd -smmsp -mailnull -bind -unbound -proxy -_pflogd -_dhcp -uucp -pop -auditdistd -www -hast -nobody Index: head/libexec/ftpd/Makefile =================================================================== --- head/libexec/ftpd/Makefile +++ head/libexec/ftpd/Makefile @@ -3,6 +3,7 @@ .include +CONFS= ftpusers PROG= ftpd MAN= ftpd.8 ftpchroot.5 SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c Index: head/libexec/ftpd/ftpusers =================================================================== --- head/libexec/ftpd/ftpusers +++ head/libexec/ftpd/ftpusers @@ -0,0 +1,29 @@ +# $FreeBSD$ +# +# list of users disallowed any ftp access. +# read by ftpd(8). +root +toor +daemon +operator +bin +tty +kmem +games +news +ntpd +man +sshd +smmsp +mailnull +bind +unbound +proxy +_pflogd +_dhcp +uucp +pop +auditdistd +www +hast +nobody