diff options
author | phk <phk@FreeBSD.org> | 2002-09-22 09:46:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-09-22 09:46:28 +0000 |
commit | 1a1c831c079c1ee94f02ce7436727f9f3c5ff767 (patch) | |
tree | 81e92b100710e75a65f84b91e1e5f5ab88d78d99 /sbin/mdmfs/pathnames.h | |
parent | c7bade38097bd9c486ed997f7cc45f5f754439bf (diff) | |
download | FreeBSD-src-1a1c831c079c1ee94f02ce7436727f9f3c5ff767.zip FreeBSD-src-1a1c831c079c1ee94f02ce7436727f9f3c5ff767.tar.gz |
Don't disklabel(8) the md(4) device, it is not needed, and we don't want
to propagete BSD disklabels to architectures not already so polluted.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sbin/mdmfs/pathnames.h')
-rw-r--r-- | sbin/mdmfs/pathnames.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mdmfs/pathnames.h b/sbin/mdmfs/pathnames.h index d072cf2..2dfccb1 100644 --- a/sbin/mdmfs/pathnames.h +++ b/sbin/mdmfs/pathnames.h @@ -3,7 +3,6 @@ #define MDMFS_PATHNAMES_H #define PATH_MDCONFIG "/sbin/mdconfig" -#define PATH_DISKLABEL "/sbin/disklabel" #define PATH_NEWFS "/sbin/newfs" #define PATH_MOUNT "/sbin/mount" |