Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil Back out previous - it will come as a surprise t...



details:   https://anonhg.NetBSD.org/src/rev/ec6caa8a41a2
branches:  trunk
changeset: 525778:ec6caa8a41a2
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Apr 17 11:14:28 2002 +0000

description:
Back out previous - it will come as a surprise to many users.

diffstat:

 lib/libutil/passwd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7cf4ff7b9a5a -r ec6caa8a41a2 lib/libutil/passwd.c
--- a/lib/libutil/passwd.c      Wed Apr 17 11:11:43 2002 +0000
+++ b/lib/libutil/passwd.c      Wed Apr 17 11:14:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: passwd.c,v 1.33 2002/04/15 03:06:46 perry Exp $        */
+/*     $NetBSD: passwd.c,v 1.34 2002/04/17 11:14:28 ad Exp $   */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: passwd.c,v 1.33 2002/04/15 03:06:46 perry Exp $");
+__RCSID("$NetBSD: passwd.c,v 1.34 2002/04/17 11:14:28 ad Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -466,7 +466,7 @@
 pw_default(const char *option)
 {
        static const char *options[][2] = {
-               { "localcipher",        "md5" },
+               { "localcipher",        "old" },
                { "ypcipher",           "old" },
        };
        int i;



Home | Main Index | Thread Index | Old Index