
		 Eject-1.1 for FreeBSD-2.1.0-RELEASE
		 ===================================

							    6-MAY-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.0-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 early version of optical disk driver,
but it's not implemented required ioctl's.  Therefore this program is
not work with FreeBSD-2.2 snapshots.


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

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

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

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.2 1996/05/06 08:28:09 shun Exp $
