summaryrefslogtreecommitdiff
path: root/net/omnitty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumptionRong-En Fan2008-02-202-0/+17
| | | | | | | | | | | | that library calls do not do that. Therefore, it's SIGCHLD handling causes a hang in wait() as openpty() already does that. Fix this by using waitpid() with WNOHANG. Diagnosed by: jhb Tested by: dhw (earlier version) Notes: svn path=/head/; revision=207621
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200777
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Respect DESTDIRRong-En Fan2006-08-121-2/+2
| | | | | | | | | | - Use MAN1PREFIX, instead of MANPREFIX for section 1 PR: ports/101883 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170428
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* Add omnitty 0.3.0, a curses-based SSH multiplexer.Cheng-Lung Sung2006-05-263-0/+56
PR: ports/97942 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=163459