Received: by mail.netbsd.org (Postfix, from userid 0) id E53AE63B249; Wed, 27 Jan 2010 19:10:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AAA7363B261 for ; Wed, 27 Jan 2010 19:10:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C7163175DD; Wed, 27 Jan 2010 19:10:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 27 Jan 2010 19:10:31 +0000 From: Matthias Drochner Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100127191031.C7163175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: drochner Date: Wed Jan 27 19:10:31 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/include: util.h src/lib/libutil: Makefile Removed Files: src/lib/libutil: pw_policy.3 pw_policy.c Log Message: retire pw_policy(3) -- it is not found useful, there are other (more common) ways to enforce a password strength policy approved by elad To generate a diff of this commit: cvs rdiff -u -r1.1378 -r1.1379 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.53 -r1.54 src/include/util.h cvs rdiff -u -r1.62 -r1.63 src/lib/libutil/Makefile cvs rdiff -u -r1.9 -r0 src/lib/libutil/pw_policy.3 cvs rdiff -u -r1.14 -r0 src/lib/libutil/pw_policy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.