From 1386defade9043c15dac54cbb11f3ff589eb00cc Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Sun, 29 Jun 2003 18:06:05 +0000 Subject: Move path definitions to include/paths.h. This makes it easier to override these definitions in the /rescue case. Submitted by: Tim Kientzle --- include/paths.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/paths.h b/include/paths.h index 33d47ed9f67a..8b7f6aa868c1 100644 --- a/include/paths.h +++ b/include/paths.h @@ -69,7 +69,10 @@ #define _PATH_LOGIN "/usr/bin/login" #define _PATH_MAILDIR "/var/mail" #define _PATH_MAN "/usr/share/man" +#define _PATH_MDCONFIG "/sbin/mdconfig" #define _PATH_MEM "/dev/mem" +#define _PATH_MOUNT "/sbin/mount" +#define _PATH_NEWFS "/sbin/newfs" #define _PATH_NOLOGIN "/var/run/nologin" #define _PATH_RCP "/bin/rcp" #define _PATH_REBOOT "/sbin/reboot" -- cgit v1.3