Refresh 01-gnulib-directory.patch
[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
12 configure.ac:
13
14 Makefile.am:
15 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
16 # The next line can be removed once we assume automake >= 1.11.
17 pkglibexecdir = $(libexecdir)/@PACKAGE@
18 pkglibexec_PROGRAMS = pt_chown
19 pt_chown_LDADD = libgnu.a
20
21 Include:
22
23 License:
24 LGPL
25
26 Maintainer:
27 glibc