aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eject
Commit message (Collapse)AuthorAgeFilesLines
* - Fix eject when media is mounted (unmount it)Pav Lucistnik2004-02-014-24/+127
| | | | | | | | | | | | - Add eject by mount point - Add -t flag for closing tray - While here, portlint, DOCSDIR, PLIST_FILES PR: ports/62201 Submitted by: Przemek Laczynski <torindel@wp.pl> Notes: svn path=/head/; revision=99718
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* * Fix the intended functionality of the previous commit (i.e. /dev/<dev>c,Joe Marcus Clarke2003-12-242-13/+14
| | | | | | | | | | | | | /dev/<dev>, and <dev> are all searched) * Fix a potential buffer overflow introduced by the previous commit * Fix a memory leak introduced in the previous commit * Fix the case where <dev> is not a symlink * Reset maintainer to ports@ Approved by: shige (previous maintainer) Notes: svn path=/head/; revision=96548
* making sysutils/eject understand cdrom argumentEdwin Groothuis2003-09-292-12/+33
| | | | | | | | | | | | | | | | | | | | | | | The sysutils/eject port is quite useful to eject those cdroms and other removeable media. However, you need to know the "real" name of the device in order to eject it. Indeed, eject(1), given a "arg" argument tries to eject from the "/dev/argc" device, which is good, but could be better. The attached patch makes it look around a bit more, first in /dev/arg, then /dev/argc and just plain ./arg. Also, if the file found is a symlink, the patch makes eject unfold the link to find what device is behind it so it can umount it correctly. PR: ports/51008 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=89815
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix fatal error when printing error message(using device message).Shigeyuki Fukushima2001-04-201-3/+4
| | | | | | | Submitted by: Kenneth Ingham <ingham@i-pi.com> Notes: svn path=/head/; revision=41708
* Fix several (of course, root-exploitable) buffer overflows.Brian Feldman2000-08-211-0/+86
| | | | Notes: svn path=/head/; revision=31834
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* Utility for ejecting media from CD or optical disk drive.Shigeyuki Fukushima2000-01-055-0/+42
Notes: svn path=/head/; revision=24438