Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA16512; Wed, 20 Dec 95 18:47:20 EST
Received: from pain.lcs.mit.edu by MIT.EDU with SMTP
	id AA03111; Wed, 20 Dec 95 18:47:19 EST
Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id FAA20474; Wed, 20 Dec 1995 05:30:35 -0500
Received: (from source@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id FAA20468; Wed, 20 Dec 1995 05:30:24 -0500
Date: Wed, 20 Dec 1995 05:30:24 -0500
From: The Source of All Evil <source@NetBSD.ORG>
Message-Id: <199512201030.FAA20468@pain.lcs.mit.edu>
To: source-changes@pain.lcs.mit.edu
Subject: sun-lamp CVS commits
Sender: owner-source-changes@NetBSD.ORG
Precedence: list
X-Loop: source-changes@NetBSD.ORG


jonathan
Wed Dec 20 05:25:25 EST 1995
Update of /a/cvsroot/src/usr.bin/xinstall
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv20390/src/usr.bin/xinstall

Modified Files:
	xinstall.c 
Log Message:
Change xinstall to work with strip from GNU binutils, for mips and alpha ports.

When using a strip that uses a temp file and moves that to the target,
unlinking the original, install would set the modes of the
original (now unlinked) file, not the new stripped one.
Fixed by re-opening the fd used for fchown/chmod after stripping.


cgd
Wed Dec 20 05:27:42 EST 1995
Update of /a/cvsroot/src/etc/etc.alpha
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv20433

Modified Files:
	MAKEDEV 
Log Message:
add device node for "mmclock," a high-resolution memory-mapped clock
pseudo-device.

