Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/18/1997 03:00:03
mellon
Mon Nov 17 18:50:16 PST 1997
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/var/slash-tmp/cvs-serv29115
Modified Files:
Tag: netbsd-1-3
Makefile.inc
Log Message:
Pull rev 1.2 up from trunk (phil)
mellon
Mon Nov 17 18:50:59 PST 1997
Update of /cvsroot/src/sys/arch/pc532/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv29235
Modified Files:
Tag: netbsd-1-3
md.c
Log Message:
Pull rev 1.2 up from trunk (phil)
mellon
Mon Nov 17 18:51:34 PST 1997
Update of /cvsroot/src/etc/etc.pc532
In directory netbsd1:/var/slash-tmp/cvs-serv29361
Modified Files:
Tag: netbsd-1-3
disktab
Log Message:
Pull rev 1.5 up from trunk (phil)
enami
Mon Nov 17 18:56:36 PST 1997
Update of /cvsroot/src/sbin/restore
In directory netbsd1:/var/slash-tmp/cvs-serv28826
Modified Files:
tape.c
Log Message:
Restore file attributes after extracting regular file. Fixes PR#4515
from stephen.ma@jtec.com.au:
- call getfile() before altering file attributes.
- open file with mode 0600 instead of 0666 so that file won't remain
group or world readable/writable even if getfile() terminated.
- also, move skipfile() before altering file attributes in IF{CHR,BLK} and
IFIFO case for symmetry (suggested by Charles M. Hannum).