summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.8
diff options
context:
space:
mode:
authorMike Frysinger2015-04-12 11:06:51 +0200
committerKarel Zak2015-04-27 10:28:44 +0200
commit07b5156790f329835d7351aa4e803f3d623cde5d (patch)
tree89a2bb7cc099fed3028e12f169d6a2dc9cea4987 /disk-utils/mkfs.8
parenthwclock: flush stdout in hwclock -c (diff)
downloadkernel-qcow2-util-linux-07b5156790f329835d7351aa4e803f3d623cde5d.tar.gz
kernel-qcow2-util-linux-07b5156790f329835d7351aa4e803f3d623cde5d.tar.xz
kernel-qcow2-util-linux-07b5156790f329835d7351aa4e803f3d623cde5d.zip
mkfs: drop hardcoded search path
Rather than maintain a hardcoded search path for looking up tools and override the user's PATH env setting, respect whatever the user has. This matches the convention of just about every other tool out there. It might break on systems that don't have /sbin in their PATH and they try to run /sbin/mkfs directly, but so be it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'disk-utils/mkfs.8')
-rw-r--r--disk-utils/mkfs.816
1 files changed, 2 insertions, 14 deletions
diff --git a/disk-utils/mkfs.8 b/disk-utils/mkfs.8
index 9a5cdc016..02792601e 100644
--- a/disk-utils/mkfs.8
+++ b/disk-utils/mkfs.8
@@ -29,20 +29,8 @@ In actuality,
is simply a front-end for the various filesystem builders
(\fBmkfs.\fIfstype\fR)
available under Linux.
-The filesystem-specific builder is searched for in a number
-of directories, like perhaps
-.IR /sbin ,
-.IR /sbin/fs ,
-.IR /sbin/fs.d ,
-.IR /etc/fs ,
-.I /etc
-(the precise list is defined at compile time but at least
-contains
-.I /sbin
-and
-.IR /sbin/fs ),
-and finally in the directories
-listed in the PATH environment variable.
+The filesystem-specific builder is searched for via your PATH
+environment setting only.
Please see the filesystem-specific builder manual pages for
further details.
.SH OPTIONS