1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-27 07:30:32 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Tobias Kortkamp
f0f35ca44f net/omnitty: Add abililty to "toggle" tagged machines
We often need to do "something" to about half the machines, then
do "something else" to the other half.  So add a hack to toggle the
"tagged" status of the machines.

This is implemented by means of the F1 menu; the command characters
"o" and "O" can toggle the "tagged" status of the machines.

PR:		211682
Submitted by:	maintainer
2018-08-09 12:25:08 +00:00
John Marino
fdf8800df4 net/omnitty: Allow greater than 32-character hostnames
PR:		197601
Submitted by:	David (catwhisker.org)
2015-03-01 22:15:21 +00:00
Rong-En Fan
a8cd5b4193 - Make it work with "Sun Function-Keys" Xterm
- Bump PORTREVISION

PR:		ports/156521
Submitted by:	David O'Brien (obrien@)
2011-04-22 15:17:15 +00:00
Rong-En Fan
792dc31f14 - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumption
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)
2008-02-20 02:06:11 +00:00