repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
pt_chown
blob
ddde845a8ed696922b496241bc465865a861ecea
1
Description:
2
Helper program for setting the owner of the slave side of a pseudo-terminal.
3
4
Files:
5
lib/pt_chown.c
6
lib/pty-private.h
7
8
Depends-on:
9
ptsname
10
root-uid
11
stdlib
12
configmake
13
14
configure.ac:
15
16
Makefile.am:
17
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
18
pkglibexec_PROGRAMS = pt_chown
19
pt_chown_LDADD = libgnu.a
20
21
Include:
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
glibc