diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-17 16:50:10 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-17 16:50:10 +0000 |
commit | efba76d7ff3e88a334aa782e1a7ef27d1da6c808 (patch) | |
tree | 4e00f02e81b4aea43c06cd49b2bbdbc1fc470bc6 /sbin/bsdlabel/pathnames.h | |
parent | 630dc76f4e84d2c5097518cf55c9e9bb66a04d36 (diff) | |
download | src-efba76d7ff3e88a334aa782e1a7ef27d1da6c808.tar.gz src-efba76d7ff3e88a334aa782e1a7ef27d1da6c808.zip |
Look for boot blocks in new default location.
Notes
Notes:
svn path=/head/; revision=41901
Diffstat (limited to 'sbin/bsdlabel/pathnames.h')
-rw-r--r-- | sbin/bsdlabel/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index def3297d205e..a24bdefe68d1 100644 --- a/sbin/bsdlabel/pathnames.h +++ b/sbin/bsdlabel/pathnames.h @@ -35,6 +35,6 @@ #include <paths.h> -#define _PATH_BOOTDIR "/usr/mdec" +#define _PATH_BOOTDIR "/boot" #undef _PATH_TMP #define _PATH_TMP "/tmp/EdDk.aXXXXXX" |