summaryrefslogtreecommitdiff
path: root/sysutils/eject (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Returned function of close traySylvio Cesar Teixeira2010-03-314-52/+159
| | | | | | - BUMP PORTREVISION Approved by: miwi (mentor)
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | Approved by: miwi (mentor)
* - Pass maintainership to submitter. He was formally maintainer at one point.Wesley Shields2009-06-051-1/+1
| | | | | PR: ports/135267 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Remove FORBIDDENSergey Matveychuk2007-08-043-3/+21
| | | | | | | - Add a patch to prevent install suid executable and message about it. PR: ports/112754 Submitted by: Ighighi <ighighi@gmail.com>, Cristian KLEIN <cristi@net.utcluj.ro>
* For now mark FORBIDDEN since it's setuid root and has security issues.Simon L. B. Nielsen2007-05-311-0/+2
| | | | | | | | This should probably be handled as mentioned in the PR, but I don't have time to look more into this right now. PR: ports/112754 Prodded by: Ighighi<ighighi@gmail.com>
* Reset inactive maintainer due to maintainer-timeouts and no response to email.Mark Linimon2007-03-051-1/+1
| | | | Hat: portmgr
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* - Teach eject to recognize full device node pathnames tooPav Lucistnik2005-07-193-6/+60
| | | | | | PR: ports/83719 Submitted by: Stefan Sperling <stsp@stsp.in-berlin.de> Approved by: Sylvio Cesar <sylvioc@gmail.com> (maintainer)
* - Fix SIZE line in distinfoPav Lucistnik2005-07-071-1/+1
| | | | | PR: ports/83093 Submitted by: Sylvio Cesar <sylvioc@gmail.com>
* - Don't document non-existant featurePav Lucistnik2005-05-282-11/+1
| | | | | PR: ports/81484 Submitted by: User & <scottro@nyc.rr.com>
* Fix device name on 5.xRoman Bogorodskiy2005-05-031-0/+11
| | | | | PR: 80512 Submitted by: sylvio cesar (maintainer)
* - Update to 1.5Volker Stolz2005-04-223-209/+4
| | | | | | | - Pass maintainership to submitter PR: ports/80178 Submitted by: Sylvio Cesar
* - 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>
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* * 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)
* 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>
* 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.
* Fix fatal error when printing error message(using device message).Shigeyuki Fukushima2001-04-201-3/+4
| | | | Submitted by: Kenneth Ingham <ingham@i-pi.com>
* Fix several (of course, root-exploitable) buffer overflows.Brian Feldman2000-08-211-0/+86
|
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
|
* Utility for ejecting media from CD or optical disk drive.Shigeyuki Fukushima2000-01-055-0/+42