pt_chown: Don't depend on GPLed modules.
[pspp] / 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
11 configure.ac:
12
13 Makefile.am:
14 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
15 pkglibexec_PROGRAMS = pt_chown
16 pt_chown_LDADD = libgnu.a
17
18 Include:
19
20 License:
21 LGPL
22
23 Maintainer:
24 glibc