Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / modules / pt_chown
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 stdlib
11 configmake
12
13 configure.ac:
14
15 Makefile.am:
16 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
17 pkglibexec_PROGRAMS = pt_chown
18 pt_chown_LDADD = libgnu.a
19
20 Include:
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 glibc