mbrlabel moves to /sbin.
This commit is contained in:
parent
4e809d5269
commit
89e842a822
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.24 2000/01/04 08:30:24 itojun Exp $
|
||||
# $NetBSD: list,v 1.25 2000/03/15 12:16:36 soren Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -33,6 +33,7 @@ LINK ramdiskbin sbin/halt
|
||||
LINK ramdiskbin sbin/ifconfig
|
||||
LINK ramdiskbin sbin/init
|
||||
LINK ramdiskbin sbin/kernfs
|
||||
LINK ramdiskbin sbin/mbrlabel
|
||||
LINK ramdiskbin sbin/mknod
|
||||
LINK ramdiskbin sbin/mount
|
||||
LINK ramdiskbin sbin/mount_cd9660
|
||||
@ -71,7 +72,6 @@ SYMLINK /bin/cat usr/mdec/installboot
|
||||
SYMLINK /bin/cat usr/sbin/bad144
|
||||
SYMLINK /bin/cat usr/sbin/chown
|
||||
SYMLINK /bin/cat usr/sbin/chroot
|
||||
SYMLINK /bin/cat usr/sbin/mbrlabel
|
||||
SYMLINK /bin/cat usr/sbin/wiconfig
|
||||
SPECIAL /bin/rm ramdiskbin
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.153 2000/03/14 09:06:50 shin Exp $
|
||||
# $NetBSD: mi,v 1.154 2000/03/15 12:17:27 soren Exp $
|
||||
.
|
||||
./altroot
|
||||
./bin
|
||||
@ -83,6 +83,7 @@
|
||||
./sbin/init
|
||||
./sbin/ipf
|
||||
./sbin/lmcctl
|
||||
./sbin/mbrlabel
|
||||
./sbin/mknod
|
||||
./sbin/modload
|
||||
./sbin/modunload
|
||||
@ -574,7 +575,6 @@
|
||||
./usr/sbin/makedbm
|
||||
./usr/sbin/makemap
|
||||
./usr/sbin/map-mbone
|
||||
./usr/sbin/mbrlabel
|
||||
./usr/sbin/mdconfig
|
||||
./usr/sbin/mdsetimage
|
||||
./usr/sbin/mk-amd-map
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: obsolete.mi,v 1.4 2000/02/18 10:10:29 veego Exp $
|
||||
# $NetBSD: obsolete.mi,v 1.5 2000/03/15 12:21:07 soren Exp $
|
||||
/dev/log
|
||||
/sbin/dumpfs
|
||||
/sbin/dumplfs
|
||||
@ -12,6 +12,7 @@
|
||||
/usr/sbin/gettable
|
||||
/usr/sbin/host
|
||||
/usr/sbin/htable
|
||||
/usr/sbin/mbrlabel
|
||||
/usr/sbin/nslookup
|
||||
/usr/sbin/nsquery
|
||||
/usr/sbin/nstest
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.m4,v 1.4 2000/02/07 11:10:29 pk Exp $
|
||||
# $NetBSD: list.m4,v 1.5 2000/03/15 12:19:16 soren Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -52,6 +52,7 @@ LINK ramdiskbin sbin/slattach
|
||||
LINK ramdiskbin sbin/swapctl
|
||||
LINK ramdiskbin sbin/umount
|
||||
ifelse(MACHINE,i386, LINK ramdiskbin sbin/fdisk)
|
||||
ifelse(MACHINE,i386, LINK ramdiskbin sbin/mbrlabel)
|
||||
SYMLINK /bin/cat usr/bin/chgrp
|
||||
SYMLINK /bin/cat usr/bin/ftp
|
||||
SYMLINK /bin/cat usr/bin/gunzip
|
||||
@ -66,7 +67,6 @@ SYMLINK /bin/cat usr/mdec/installboot
|
||||
SYMLINK /bin/cat usr/sbin/chown
|
||||
SYMLINK /bin/cat usr/sbin/chroot
|
||||
ifelse(MACHINE,i386, SYMLINK /bin/cat usr/sbin/bad144)
|
||||
ifelse(MACHINE,i386, SYMLINK /bin/cat usr/sbin/mbrlabel)
|
||||
ifelse(MACHINE,sparc, SYMLINK /bin/cat usr/bin/getopt)
|
||||
ifelse(MACHINE,sparc, SYMLINK /bin/cat sbin/sysctl)
|
||||
SPECIAL /bin/rm ramdiskbin
|
||||
|
Loading…
Reference in New Issue
Block a user