From owner-cvs-usrbin Sat Dec 9 11:10:31 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07698 for cvs-usrbin-outgoing; Sat, 9 Dec 1995 11:10:31 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07691 Sat, 9 Dec 1995 11:10:23 -0800 (PST) Date: Sat, 9 Dec 1995 11:10:23 -0800 (PST) From: Bill Paul Message-Id: <199512091910.LAA07691@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd yp_passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/09 11:10:22 Modified: usr.bin/passwd yp_passwd.c Log: Small tweak: the 'is exisating password an empty string' check isn't quite right. (Thic causes you to get prompted for an 'Old Password' when changing someone's NIS password even if your password isn't set yet.) Do it like local_passwd.c does. Revision Changes Path 1.8 +3 -2 src/usr.bin/passwd/yp_passwd.c