From 45dbe8908019e88d44ef0b98808df68e8a5db331 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 2 Apr 1997 12:07:39 +0000 Subject: Sync up to current state of development. --- 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 9171232e60b8..45edf71e8601 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.21 1997/02/07 04:25:16 jkh Exp $ + * $Id: anonFTP.c,v 1.22 1997/03/09 22:25:38 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.3