From owner-cvs-all@FreeBSD.ORG Tue Nov 16 19:06:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD3816A4CE; Tue, 16 Nov 2004 19:06:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA7C43D1D; Tue, 16 Nov 2004 19:06:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAGJ6hA9091860; Tue, 16 Nov 2004 19:06:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAGJ6huB091859; Tue, 16 Nov 2004 19:06:43 GMT (envelope-from jhb) Message-Id: <200411161906.iAGJ6huB091859@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Nov 2004 19:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall anonFTP.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 19:06:43 -0000 jhb 2004-11-16 19:06:42 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall anonFTP.c Log: Various updates to the anonymous ftp support: - Allow the upload directory to be optional. If the upload directory field is cleared to the empty string then no directory will be created. - Don't create a bin/ subdirectory in ftp's home dir containing ls(1) and date(1) as ftpd(8) no longer requires it. - Create a pwd.db file in etc/ instead of a passwd file. - Ignore NIS compat entries in /etc/group and /etc/master.passwd when building the anonymous files. PR: bin/60662 Submitted by: Olafur Osvaldsson oli at isnic dot is Revision Changes Path 1.35 +12 -11 src/usr.sbin/sysinstall/anonFTP.c