From 5d5a81b891bbce7b389083b2e91ebdfa4f0b4b7e Mon Sep 17 00:00:00 2001 From: gordon 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/paths.h') diff --git a/include/paths.h b/include/paths.h index 33d47ed..8b7f6aa 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.1