Enable openpty by default (pty is no more enabled by default in kernel since 4 years)
Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5785
This commit is contained in:
parent
e7123f753d
commit
4a352c3405
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412210
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ttyrec
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://0xcc.net/ttyrec/
|
||||
|
||||
@ -14,6 +14,7 @@ LICENSE= BSD4CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= OPENPTY
|
||||
OPENPTY_DESC= Use openpty instead
|
||||
OPTIONS_DEFAULT= OPENPTY
|
||||
|
||||
PLIST_FILES= bin/ttyplay bin/ttyrec bin/ttytime \
|
||||
man/man1/ttyplay.1.gz man/man1/ttyrec.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user