This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
418130b101
freebsd-dev
/
libexec
/
pt_chown
/
Makefile
9 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
2003-01-02 20:44:41 +00:00
# $FreeBSD$
PROG
=
pt_chown
BINOWN
=
root
BINMODE
=
4555
Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core
2004-12-21 08:47:35 +00:00
NO_MAN
=
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
2003-01-02 20:44:41 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink