summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-04-17 05:49:04 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-04-17 05:49:04 +0000
commitb41b4702f33a128a68f0a7da79a618034d6d50ba (patch)
treecb715ebfefebc75c0124312f65068c809b0a1b99
parent4f1f9f1e3fa3f98f775ade42400b3963dcdc62be (diff)
Add eject to the powerpc ramdisk, mt is already there, so it is basically
free. Allows ejecting of CDROMs on slot loading systems without an eject button.
-rw-r--r--distrib/powerpc/ramdisk/instbin.conf3
-rw-r--r--distrib/powerpc/ramdisk/list4
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/powerpc/ramdisk/instbin.conf b/distrib/powerpc/ramdisk/instbin.conf
index 6be244d7e4e..3a8212af32a 100644
--- a/distrib/powerpc/ramdisk/instbin.conf
+++ b/distrib/powerpc/ramdisk/instbin.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: instbin.conf,v 1.3 2001/03/25 03:49:38 drahn Exp $
+# $OpenBSD: instbin.conf,v 1.4 2001/04/17 05:49:03 drahn Exp $
#
# instbin.conf - unified binary for the inst/upgr floppies
#
@@ -15,6 +15,7 @@ progs tip rm mt mkdir sed ksh sleep
progs mv expr test hostname
progs mg
+ln mt eject
ln chmod chgrp
ln chmod chown
ln pax tar
diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list
index 5d72984e93c..0aa9647fc77 100644
--- a/distrib/powerpc/ramdisk/list
+++ b/distrib/powerpc/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.18 2001/03/24 01:17:50 drahn Exp $
+# $OpenBSD: list,v 1.19 2001/04/17 05:49:03 drahn Exp $
SRCDIRS distrib/special
SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
@@ -17,7 +17,7 @@ LINK instbin bin/hostname
LINK instbin bin/ln
LINK instbin bin/ls
LINK instbin bin/mkdir
-LINK instbin bin/mt
+LINK instbin bin/mt bin/eject
LINK instbin bin/mv
LINK instbin bin/pax bin/tar bin/cpio
LINK instbin bin/rm