From owner-cvs-usrbin Tue Feb 25 21:31:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15971 for cvs-usrbin-outgoing; Tue, 25 Feb 1997 21:31:54 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15964; Tue, 25 Feb 1997 21:31:53 -0800 (PST) Date: Tue, 25 Feb 1997 21:31:53 -0800 (PST) From: Mike Pritchard Message-Id: <199702260531.VAA15964@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass Makefile src/usr.bin/passwd Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/25 21:31:53 Modified: usr.bin/chpass Makefile usr.bin/passwd Makefile Log: If an administrator somehow manages to break the hardlinks on chpass & passwd and turn the links into individual files with the schg flag set, make install will fail to install all of the proper links. Fixed by removing the schg flag on all of the links before installing. Closes PR# 2040. Submitted by: Ph. Charnier Revision Changes Path 1.10 +4 -2 src/usr.bin/chpass/Makefile 1.24 +5 -3 src/usr.bin/passwd/Makefile