summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/anonFTP.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-02 12:07:39 +0000
committerjkh <jkh@FreeBSD.org>1997-04-02 12:07:39 +0000
commitdb33110f6eda7d52219545b8e6e29e1764758c60 (patch)
tree934de64fc4d660a7ac8d75880727955cb1db9411 /release/sysinstall/anonFTP.c
parent0d592621848f47ed1e691f235515d2f1a3afc5ed (diff)
downloadFreeBSD-src-db33110f6eda7d52219545b8e6e29e1764758c60.zip
FreeBSD-src-db33110f6eda7d52219545b8e6e29e1764758c60.tar.gz
Sync up to current state of development.
Diffstat (limited to 'release/sysinstall/anonFTP.c')
-rw-r--r--release/sysinstall/anonFTP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c
index 9171232..45edf71 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) {
OpenPOWER on IntegriCloud