mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
This is the first commit that renames e2fsprogs to e2fsprogs-core, makes the necessary changes to Makefiles, strips the FLAVORs that determined how to link or copy to /sbin. The latter feature will be placed into a new e2fsprogs port that just copies two files to /sbin. A followup 2/2 commit will then add the new e2fsprogs port. This is done so that Git can properly track the rename. While here, switch from FreeBSD's dd to GNU coreutils's dd in an attempt to fix sporadic m_offset self-test failures.
17 lines
664 B
Groff
17 lines
664 B
Groff
--- misc/blkid.8.in.orig 2020-03-21 04:24:04 UTC
|
|
+++ misc/blkid.8.in
|
|
@@ -144,10 +144,10 @@ option.
|
|
Display tokens from only the specified device. It is possible to
|
|
give multiple
|
|
.I device
|
|
-options on the command line. If none is given, all devices which
|
|
-appear in
|
|
-.I /proc/partitions
|
|
-are shown, if they are recognized.
|
|
+options on the command line. If none is given, all DISK and PART devices which
|
|
+appear in the
|
|
+.I kern.geom.conftxt
|
|
+sysctl variable are shown, if they are recognized.
|
|
.SH "RETURN CODE"
|
|
If the specified token was found, or if any tags were shown from (specified)
|
|
devices, 0 is returned. If the specified token was not found, or no
|