gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / pt_chown
blob5cf4a7c47cf5c30eb672274352d3498148c59a6d
1 Description:
2 Helper program for setting the owner of the slave side of a pseudo-terminal.
4 Files:
5 lib/pt_chown.c
6 lib/pty-private.h
8 Depends-on:
9 ptsname
10 root-uid
11 stdlib
12 configmake
13 stat
15 configure.ac:
17 Makefile.am:
18 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
19 pkglibexec_PROGRAMS = pt_chown
20 pt_chown_LDADD = libgnu.a
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc