Unieject is an eject command drop-in replacement for Linux and FreeBSD that uses libcdio to send commands to devices. It supports all the features of the standard FreeBSD eject and the most important ones of Linux eject.
| Tags | Software Development Libraries Hardware Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD FreeBSD Linux |
| Implementation | C |
| Translations | English Dutch German Italian |
Recent releases


Changes: The --traytoggle option was implemented, as for latest eject releases. A fix was made for running on PowerPC and other platforms where chars are unsigned. A few bashisms were fixed in the configure script, and gsed is now optional. XHTML documentation of unieject(1) and unieject.conf(5) was added. The build system was reorganized to build faster with parallel make.


Changes: A simple enhancement version that improves NLS support once again by removing the faulty Brazilian translation and adding working Portuguese and Spanish translations. It fixes the segmentation fault entirely. Also, this version ignores --scsi/-s parameters to be more compatible with the classic eject command.


Changes: This version adds improved NLS support, with more translations: Dutch, German, Brazilian Portuguese, and Argentine Spanish. It also fixes a segmentation fault, and makes ejection of USB flash drives work out of the box (before it required a bit of toying around).


Changes: This is mainly a bugfix release, but an Italian translation was also added. It no longer fails with an error in almost every case.


Changes: First service release. Mainly replace the old man pages with new ones written in DocBook, but also fixes the autotools support to make it more sane, and adds extern "C" for functions in libunieject.