From owner-cvs-usrbin Fri May 24 18:07:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24903 for cvs-usrbin-outgoing; Fri, 24 May 1996 18:07:11 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24776; Fri, 24 May 1996 18:05:22 -0700 (PDT) Date: Fri, 24 May 1996 18:05:22 -0700 (PDT) From: Bill Paul Message-Id: <199605250105.SAA24776@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass chpass.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/05/24 18:05:20 Modified: usr.bin/chpass chpass.c Log: Fix the -l flag. For some reason I can't fathom, I left in some code that would cause it to fail if anyone but the superuser tried to use it. Also fix a couple of harmless typos since I'm in the area. Revision Changes Path 1.8 +5 -8 src/usr.bin/chpass/chpass.c