summaryrefslogtreecommitdiff
path: root/modules/pt_chown
blob: 0002ab79a88cd58fadab5b590a15fa8ae637f8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
Helper program for setting the owner of the slave side of a pseudo-terminal.

Files:
lib/pt_chown.c
lib/pty-private.h

Depends-on:
ptsname
stdlib

configure.ac:

Makefile.am:
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
# The next line can be removed once we assume automake >= 1.11.
pkglibexecdir = $(libexecdir)/@PACKAGE@
pkglibexec_PROGRAMS = pt_chown
pt_chown_LDADD = libgnu.a

Include:

License:
LGPL

Maintainer:
glibc