view modules/pt_chown @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents 9009d83acea4
children
line wrap: on
line source

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
root-uid
stdlib
configmake

configure.ac:

Makefile.am:
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
pkglibexec_PROGRAMS = pt_chown
pt_chown_LDADD = libgnu.a

Include:

License:
LGPLv2+

Maintainer:
glibc