From owner-cvs-ports@FreeBSD.ORG Sun Jul 20 23:07:16 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD20E37B401; Sun, 20 Jul 2003 23:07:16 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E182C43F85; Sun, 20 Jul 2003 23:07:13 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 868802ED439; Sun, 20 Jul 2003 23:07:13 -0700 (PDT) Date: Sun, 20 Jul 2003 23:07:13 -0700 From: Alfred Perlstein To: Maho Nakata Message-ID: <20030721060713.GM42924@elvis.mu.org> References: <200307210546.h6L5kcb8095323@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307210546.h6L5kcb8095323@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/pwd_unmkdb Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 06:07:17 -0000 * Maho Nakata [030720 22:46] wrote: > maho 2003/07/20 22:46:38 PDT > > FreeBSD ports repository > > Modified files: > sysutils Makefile > Added files: > sysutils/pwd_unmkdb Makefile distinfo pkg-descr pkg-plist > Log: > wd_unmkdb(8) is a program to derive a text master.passwd file from a > hashed spwd.db, which is a useful thing if you screw up a vipw(8) or > mergemaster(8), or otherwise corrupt your plaintext file, and don't > have a recent enough backup. That's so weird, I just wrote a program that does sort of the same thing for someone a week or two ago. But all it did was call getpwent in a loop and spew out the results in master.passwd format. -Alfred