Subject: CVS commit: src/rescue
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/26/2003 09:46:48
Module Name: src
Committed By: lukem
Date: Mon May 26 09:46:47 UTC 2003
Modified Files:
src/rescue: Makefile list
Added Files:
src/rescue: pathnames.h
Log Message:
* Add ftp to /rescue.
* Implement liboverride.o to provide overrides of various libc functions.
For now, compile a special version of rcmd(3) (et al) which uses
/rescue/rcmd and /rescue/sh instead of the /bin variants.
Other overrides may appear in the future.
Should fix [bin/21670] from Geoff Wing.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/rescue/Makefile
cvs rdiff -r1.6 -r1.7 src/rescue/list
cvs rdiff -r0 -r1.1 src/rescue/pathnames.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.