diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:14:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:14:18 +0000 |
commit | d94d9331033bd470efd069b4fa64df6f88ae2bf2 (patch) | |
tree | 9518f4e90c529ec31b9a8758c83899451bdca6f1 /distrib/mvmeppc | |
parent | 4bdeb7e69674d5632ace6390beb04c3ca1f20c6b (diff) |
minor cleanups, i think
Diffstat (limited to 'distrib/mvmeppc')
-rw-r--r-- | distrib/mvmeppc/ramdisk/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/mvmeppc/ramdisk/list | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/distrib/mvmeppc/ramdisk/instbin.conf b/distrib/mvmeppc/ramdisk/instbin.conf index 83209b82d9c..eea65567d12 100644 --- a/distrib/mvmeppc/ramdisk/instbin.conf +++ b/distrib/mvmeppc/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.4 2002/02/14 03:40:13 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.5 2002/04/21 17:14:17 deraadt Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -9,7 +9,7 @@ srcdirs gnu/usr.bin usr.bin bin sbin usr.sbin progs dd mount_cd9660 df dhclient mount sync restore newfs_msdos progs stty ln disklabel pax ping cat ifconfig ls progs less mount_nfs pdisk fdisk grep umount mount_msdos rsh fsck -progs scsi mknod route ftp mount_ffs reboot ed +progs mknod route ftp mount_ffs reboot ed progs cp gzip chmod fsck_ffs sort init newfs progs tip rm mt mkdir sed ksh sleep progs mv expr test hostname diff --git a/distrib/mvmeppc/ramdisk/list b/distrib/mvmeppc/ramdisk/list index b1c14b18853..4621905b3df 100644 --- a/distrib/mvmeppc/ramdisk/list +++ b/distrib/mvmeppc/ramdisk/list @@ -1,8 +1,7 @@ -# $OpenBSD: list,v 1.5 2002/02/14 03:40:13 deraadt Exp $ +# $OpenBSD: list,v 1.6 2002/04/21 17:14:17 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin -#SRCDIRS usr.bin/vi # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -48,19 +47,12 @@ LINK instbin sbin/newfs_msdos LINK instbin sbin/ping LINK instbin sbin/restore LINK instbin sbin/route -#LINK instbin sbin/slattach -LINK instbin sbin/scsi LINK instbin sbin/umount LINK instbin usr/bin/grep usr/bin/fgrep usr/bin/egrep LINK instbin usr/bin/ftp LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more -LINK instbin usr/bin/rsh LINK instbin usr/bin/sed -LINK instbin usr/bin/sort -LINK instbin usr/bin/tip -LINK instbin usr/sbin/chat -#SYMLINK ../../instbin usr/bin/build usr/bin/vi # copy the MAKEDEV script and make some devices COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV @@ -88,7 +80,6 @@ COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script # and the common installation tools COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap -#COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes # and the installation tools COPY dot.profile .profile |