From owner-freebsd-commit Wed Feb 7 22:18:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23290 for freebsd-commit-outgoing; Wed, 7 Feb 1996 22:18:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23257 for cvs-all-outgoing; Wed, 7 Feb 1996 22:17:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23230 for cvs-usrbin-outgoing; Wed, 7 Feb 1996 22:17:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23217 Wed, 7 Feb 1996 22:17:53 -0800 (PST) Date: Wed, 7 Feb 1996 22:17:53 -0800 (PST) From: Paul Traina Message-Id: <199602080617.WAA23217@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/07 22:17:52 Modified: usr.bin/xinstall xinstall.c Log: Kludge-fix for a specific instance of bin/517. The real fix requires changes to getpwent(3) and friends and getgrent(3) and friends. Submitted by: Tim Wilkinson Revision Changes Path 1.5 +3 -3 src/usr.bin/xinstall/xinstall.c