summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
committerru <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
commita44ce3058afdb7b61bb12aee29a822619ad58cd4 (patch)
tree4aa7a055cd8b9d7a8c34b6f73b6e8c648ef76c8c /release/alpha
parentb0ddc74ad22413b97fe45ecdfb74fc54023d0e51 (diff)
downloadFreeBSD-src-a44ce3058afdb7b61bb12aee29a822619ad58cd4.zip
FreeBSD-src-a44ce3058afdb7b61bb12aee29a822619ad58cd4.tar.gz
disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
Diffstat (limited to 'release/alpha')
-rw-r--r--release/alpha/fixit_crunch.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf
index 6ee7720..c44e74d 100644
--- a/release/alpha/fixit_crunch.conf
+++ b/release/alpha/fixit_crunch.conf
@@ -7,9 +7,10 @@ progs cat chflags chmod cp dd df echo expr kill
progs ln ls mkdir mv rm rmdir
srcdirs /usr/src/sbin
-progs clri disklabel dmesg mknod
+progs bsdlabel clri dmesg mknod
progs mount mount_cd9660
progs reboot restore swapon umount
+ln bsdlabel disklabel
ln restore rrestore
srcdirs /usr/src/usr.bin
@@ -19,4 +20,4 @@ srcdirs /usr/src/usr.sbin
progs chown chroot
ln chown chgrp
-libs -lutil -lm -ledit -lncurses -ltermcap -lkvm
+libs -ledit -lgeom -lkvm -lm -lncurses -lutil
OpenPOWER on IntegriCloud