
		      Eject-1.2 for FreeBSD-2.X
		      =========================

							   16-SEP-1996
						      Shunsuke Akiyama
						 akiyama@kme.mei.co.jp


About this program
------------------

This is a simple program that eject media from CD or optical disk
drive.  This program work under FreeBSD-2.1.5-RELEASE.

This program was developed to debug my optical disk driver.  If you
want to use with optical disk, it required my optical disk driver
(od-driver-951104-SNAP or later version).
FreeBSD-2.2 snapshots contains the optical disk driver, but it's not
implemented required ioctl's in early version of snapshots.  If you
want to use this program for optical disk, use 2.2-960612-SNAP or
later snapshot.  Or apply od-driver patch.


How to install
--------------

Install is very easy.
Extract this package, then move to extracted directory.

    % tar zxf eject-1.2.tar.gz
    % cd eject-1.2

And

    % make depend all

Next, su to root and install this program.

    % su
    Password:
    # make install

That's all.

In default case, program is installed to /usr/sbin, manual is
installed to /usr/share/man.  If you want to install different
directory, specify BINDIR and MANDIR as make parameter.

    (ex. program as /usr/local/bin, manual as /usr/local/man)
    # make make BINDIR=/usr/local/bin MANDIR=/usr/local/man/man install


Others
------

Bug reports and patches are welcome, please send to me.


$Id: README,v 1.4 1996/09/16 11:45:16 shun Exp $
