From owner-cvs-all Tue Apr 16 17:18:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7674237B41A; Tue, 16 Apr 2002 17:18:16 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3H0IGU84920; Tue, 16 Apr 2002 17:18:16 -0700 (PDT) (envelope-from des) Message-Id: <200204170018.g3H0IGU84920@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 16 Apr 2002 17:18:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vipw pw_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/04/16 17:18:16 PDT Modified files: usr.sbin/vipw pw_util.c Log: Make mppath and masterpasswd pointers instead of arrays, and initialize them to point at static strings that contain the default paths. This makes 'vipw -d' work again (I broke it in rev 1.21; apologies for taking so long to fix it.) Spotted by: Olivier Houchard Sponsored by: DARPA, NAI Labs Revision Changes Path 1.23 +4 -2 src/usr.sbin/vipw/pw_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message