[Bug 257071] sysutils/linuxfdisk usage hints should be for fdisk-linux, not for fdisk
Date: Fri, 09 Jul 2021 03:51:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257071
Bug ID: 257071
Summary: sysutils/linuxfdisk usage hints should be for
fdisk-linux, not for fdisk
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: grahamperrin@gmail.com
CC: netch@netch.kiev.ua
Flags: maintainer-feedback?(netch@netch.kiev.ua)
CC: netch@netch.kiev.ua
% /usr/local/sbin/fdisk-linux
Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/ad0 (for the first IDE disk)
or: fdisk /dev/da0 (for the third SCSI disk)
...
% file /usr/local/sbin/fdisk-linux
/usr/local/sbin/fdisk-linux: ELF 64-bit LSB executable, x86-64, version 1
(FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD
14.0 (1400005), FreeBSD-style, stripped
% which fdisk
/sbin/fdisk
% file /sbin/fdisk
/sbin/fdisk: ELF 64-bit LSB pie executable, x86-64, version 1 (FreeBSD),
dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 14.0
(1400024), FreeBSD-style, stripped
% apropos fdisk
cfdisk-linux, cfdisk(8) - Curses based disk partition table manipulator for
Linux
fdisk(8) - PC slice table maintenance utility
fdisk-linux, fdisk(8) - Partition table manipulator for Linux
sfdisk-linux, sfdisk(8) - Partition table manipulator for Linux
% man 8 fdisk
%
--
You are receiving this mail because:
You are the assignee for the bug.