view modules/pt_chown @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +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