adb7a5bf1c
* 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.
6 lines
164 B
C
6 lines
164 B
C
/* $NetBSD: pathnames.h,v 1.1 2003/05/26 09:46:47 lukem Exp $ */
|
|
|
|
#define _PATH_BIN_RCMD RESCUEDIR "/rcmd"
|
|
#undef _PATH_BSHELL
|
|
#define _PATH_BSHELL RESCUEDIR "/sh"
|