Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libutil Pull up revision 1.26 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/bd6f35f326b2
branches:  netbsd-1-5
changeset: 492904:bd6f35f326b2
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 26 22:11:05 2002 +0000

description:
Pull up revision 1.26 (via patch, requested by jonathan):
  Add support for local MD5-encrypted passwords.

diffstat:

 lib/libutil/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22b81a02c6fe -r bd6f35f326b2 lib/libutil/Makefile
--- a/lib/libutil/Makefile      Tue Feb 26 22:10:42 2002 +0000
+++ b/lib/libutil/Makefile      Tue Feb 26 22:11:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25.4.1 2000/07/07 16:22:18 itojun Exp $
+#      $NetBSD: Makefile,v 1.25.4.2 2002/02/26 22:11:05 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 LIB=   util
@@ -10,7 +10,7 @@
 
 MAN=   fparseln.3 getmaxpartitions.3 getrawpartition.3 \
        login.3 login_cap.3 opendisk.3 \
-       openpty.3 pidfile.3 pidlock.3 pw_init.3 pw_lock.3 \
+       openpty.3 pidfile.3 pidlock.3 pw_getconf.3 pw_init.3 pw_lock.3 \
        secure_path.3 ttyaction.3 ttymsg.3
 
 .PATH: ${.CURDIR}/../libc/gen



Home | Main Index | Thread Index | Old Index