summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-06-29 18:06:05 +0000
committergordon <gordon@FreeBSD.org>2003-06-29 18:06:05 +0000
commit5d5a81b891bbce7b389083b2e91ebdfa4f0b4b7e (patch)
treed09c1b26fc473875437b5fc1a8bf4b2bba856000 /include
parenta2e554b7d49e79a63c2f3bd6cbcd2b6a6ac2f18e (diff)
downloadFreeBSD-src-5d5a81b891bbce7b389083b2e91ebdfa4f0b4b7e.zip
FreeBSD-src-5d5a81b891bbce7b389083b2e91ebdfa4f0b4b7e.tar.gz
Move path definitions to include/paths.h. This makes it easier to override
these definitions in the /rescue case. Submitted by: Tim Kientzle <kientzle@acm.org>
Diffstat (limited to 'include')
-rw-r--r--include/paths.h3
1 files changed, 3 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud