From 766fb725b197bb3bdf59258a00d83780e25cbfea Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 10 Jul 2004 22:15:32 +0000 Subject: [PATCH] (installer support). We are going to have a special 'installer' login instead of an autologin, so make sure its in the list of illegal login users. --- etc/ftpusers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/ftpusers b/etc/ftpusers index b95b7dc1a1..9355e84264 100644 --- a/etc/ftpusers +++ b/etc/ftpusers @@ -1,10 +1,11 @@ # $FreeBSD: src/etc/ftpusers,v 1.6.2.3 2002/06/30 17:57:17 des Exp $ -# $DragonFly: src/etc/ftpusers,v 1.2 2003/06/17 04:24:45 dillon Exp $ +# $DragonFly: src/etc/ftpusers,v 1.3 2004/07/10 22:15:32 dillon Exp $ # # list of users disallowed any ftp access. # read by ftpd(8). root toor +installer daemon operator bin -- 2.35.2