Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libutil Log via syslog(3) when we run pwd_mkdb(8).
details: https://anonhg.NetBSD.org/src/rev/cf4d3cad0c2c
branches: trunk
changeset: 757187:cf4d3cad0c2c
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 18 08:09:17 2010 +0000
description:
Log via syslog(3) when we run pwd_mkdb(8).
diffstat:
lib/libutil/passwd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 225bba5e22a4 -r cf4d3cad0c2c lib/libutil/passwd.c
--- a/lib/libutil/passwd.c Wed Aug 18 08:06:39 2010 +0000
+++ b/lib/libutil/passwd.c Wed Aug 18 08:09:17 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: passwd.c,v 1.48 2009/01/18 12:13:04 lukem Exp $ */
+/* $NetBSD: passwd.c,v 1.49 2010/08/18 08:09:17 christos Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: passwd.c,v 1.48 2009/01/18 12:13:04 lukem Exp $");
+__RCSID("$NetBSD: passwd.c,v 1.49 2010/08/18 08:09:17 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -150,7 +150,7 @@
args[0] = "pwd_mkdb";
args[1] = "-d";
args[2] = pw_prefix;
- args[3] = "-p";
+ args[3] = "-pl";
i = 4;
if (secureonly)
Home |
Main Index |
Thread Index |
Old Index