diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-17 05:49:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-17 05:49:04 +0000 |
commit | b41b4702f33a128a68f0a7da79a618034d6d50ba (patch) | |
tree | cb715ebfefebc75c0124312f65068c809b0a1b99 /distrib/powerpc/ramdisk/list | |
parent | 4f1f9f1e3fa3f98f775ade42400b3963dcdc62be (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.
Diffstat (limited to 'distrib/powerpc/ramdisk/list')
-rw-r--r-- | distrib/powerpc/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
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 |