idea from http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43209 How-To-Repeat: 1. compile kernel without pty(4) 2. run the app $ ttyrec Out of pty's $ ls -d /dev/pt* /dev/pts
Responsible Changed From-To: freebsd-ports-bugs->lippe Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: lippe->pgollucci committer&maintainer timeout (lippe ; 140 days) / last commit: 198 days ago
Responsible Changed From-To: pgollucci->lippe I'll take it.
lippe 2012-05-24 16:12:25 UTC FreeBSD ports repository Modified files: misc/ttyrec Makefile Log: - Add OPTIONS to use openpty instead. - Bump PORTREVISION. PR: ports/161087 Submitted by: aakuusta@gmail.com Revision Changes Path 1.16 +10 -2 ports/misc/ttyrec/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
On newer FreeBSD pty(4) won't be enabled by default so the option just delays the switch. http://svnweb.freebsd.org/base?view=revision&revision=233271