[BusyBox-cvs] busybox/loginutils passwd.c,1.5,1.6
Glenn McGrath
bug1 at busybox.net
Thu Sep 4 08:21:39 UTC 2003
Update of /var/cvs/busybox/loginutils
In directory winder:/tmp/cvs-serv22378/loginutils
Modified Files:
passwd.c
Log Message:
Set the default password to md5, patch by Joshua Jackson
Index: passwd.c
===================================================================
RCS file: /var/cvs/busybox/loginutils/passwd.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- passwd.c 19 Mar 2003 09:12:20 -0000 1.5
+++ passwd.c 4 Sep 2003 08:21:36 -0000 1.6
@@ -140,7 +140,7 @@
char *name;
char *myname;
int flag;
- int algo = 0; /* -a - password algorithm */
+ int algo = 1; /* -a - password algorithm */
int lflg = 0; /* -l - lock account */
int uflg = 0; /* -u - unlock account */
int dflg = 0; /* -d - delete password */
More information about the busybox-cvs
mailing list