disklabel[32,64] utilities - Change the default disklabel program
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 14 Feb 2010 19:37:31 +0000 (11:37 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 14 Feb 2010 19:37:31 +0000 (11:37 -0800)
commitce19f97efcf130f92584e26e103c6af738f16e0b
tree0252e83cd79fee1e34ea9788ee8df0235f1c6673
parent5179f0c55e7c654343dd160417a86e1d4a3870de
disklabel[32,64] utilities - Change the default disklabel program

* 'disklabel' is now the 64-bit disklabel program.
* The 32 bit disklabel program can be accessed via 'disklabel32'
* The 64 bit disklabel program can also be accessed via 'disklabel64'
sbin/Makefile
sbin/disklabel32/Makefile [moved from sbin/disklabel/Makefile with 82% similarity]
sbin/disklabel32/disklabel.c [moved from sbin/disklabel/disklabel.c with 99% similarity]
sbin/disklabel32/disklabel32.5 [moved from sbin/disklabel/disklabel.5 with 100% similarity]
sbin/disklabel32/disklabel32.8 [moved from sbin/disklabel/disklabel.8 with 100% similarity]
sbin/disklabel32/pathnames.h [moved from sbin/disklabel/pathnames.h with 100% similarity]
sbin/disklabel64/Makefile