Source-Changes-HG archive

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

[src/trunk]: src/etc add default passwd.conf file



details:   https://anonhg.NetBSD.org/src/rev/e54fc1651973
branches:  trunk
changeset: 525668:e54fc1651973
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Apr 15 03:01:31 2002 +0000

description:
add default passwd.conf file

diffstat:

 etc/Makefile    |  4 ++--
 etc/passwd.conf |  3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 369e419ec18a -r e54fc1651973 etc/Makefile
--- a/etc/Makefile      Mon Apr 15 02:50:30 2002 +0000
+++ b/etc/Makefile      Mon Apr 15 03:01:31 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.212 2002/04/10 15:12:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.213 2002/04/15 03:01:31 perry Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -87,7 +87,7 @@
        gettytab group hosts hosts.lpd inetd.conf lkm.conf \
        mailer.conf man.conf monthly monthly.conf mrouted.conf \
        netconfig networks newsyslog.conf nsswitch.conf ntp.conf \
-       phones printcap profile protocols rbootd.conf rc rc.conf \
+       passwd.conf phones printcap profile protocols rbootd.conf rc rc.conf \
        rc.lkm rc.local rc.subr rc.shutdown remote rpc \
        security security.conf services shells sysctl.conf syslog.conf \
        weekly weekly.conf wscons.conf \
diff -r 369e419ec18a -r e54fc1651973 etc/passwd.conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/passwd.conf   Mon Apr 15 03:01:31 2002 +0000
@@ -0,0 +1,3 @@
+default:
+       localcipher = md5
+       ypcipher = old



Home | Main Index | Thread Index | Old Index