From 1784d64eb85eb63599204bb31b826970b6661e65 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 27 Mar 1997 03:07:27 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_2_2_1_RELEASE'. This commit was manufactured to restore the state of the 2.2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- release/sysinstall/anonFTP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/sysinstall/anonFTP.c') diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c index 2b386f8d1e500..8a54ec319ace8 100644 --- a/release/sysinstall/anonFTP.c +++ b/release/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.17.2.2 1997/01/15 04:49:59 jkh Exp $ + * $Id: anonFTP.c,v 1.17.2.3 1997/03/09 22:37:47 jkh Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. @@ -168,7 +168,7 @@ createFtpUser(void) return DITEM_SUCCESS; /* succeeds if already exists */ } - sprintf(pwline, "%s::%s:%d::0:0:%s:%s:/bin/date\n", FTP_NAME, tconf.uid, gid, tconf.comment, tconf.homedir); + sprintf(pwline, "%s:*:%s:%d::0:0:%s:%s:/nonexistent\n", FTP_NAME, tconf.uid, gid, tconf.comment, tconf.homedir); fptr = fopen(_PATH_MASTERPASSWD,"a"); if (! fptr) { -- cgit v1.2.3