summaryrefslogtreecommitdiff
path: root/gnulib/modules/pt_chown
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/pt_chown')
m---------gnulib0
-rw-r--r--gnulib/modules/pt_chown26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/pt_chown b/gnulib/modules/pt_chown
new file mode 100644
index 0000000..515df4b
--- /dev/null
+++ b/gnulib/modules/pt_chown
@@ -0,0 +1,26 @@
+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
+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