Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: thorpej
Date: Tue Mar 21 02:15:25 UTC 2000
Modified Files:
basesrc/bin/pax: tables.c tables.h
Log Message:
Use an in-core stack for directory permissions rather than a temporary
file. The temporary file code can be reenabled by building with
-DDIRS_USE_FILE.
Fixes a problem where sysinst would fail to unpack the base set because
the temporary file wouldn't fit in the ramdisk.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/bin/pax/tables.c
cvs rdiff -r1.5 -r1.6 basesrc/bin/pax/tables.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index