On Sat, 2003-07-26 at 10:31, Lorin Lund wrote:
> Is there any program that will cause the CD to eject?

Here's how I do it. There's no need for special ports like sysutils/eject.

-$ cat ~/bin/ejectcd.sh 
/usr/local/bin/sudo /sbin/umount -v /cdrom
/usr/sbin/cdcontrol -v -f /dev/acd0 Eject

-- 
Adam <[EMAIL PROTECTED]>

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to