]> git.pld-linux.org Git - packages/screen.git/blame - screen-tty.patch
patchset for screen
[packages/screen.git] / screen-tty.patch
CommitLineData
bed77180
JR
1diff -uNr screen-3.7.3.orig/config.h.in screen-3.7.3/config.h.in
2--- screen-3.7.3.orig/config.h.in Mon Aug 4 11:41:12 1997
3+++ screen-3.7.3/config.h.in Mon Aug 4 11:42:53 1997
4@@ -77,8 +77,8 @@
5 * Note, screen is unable to change mode or group of the pty if it
6 * is not installed with sufficient privilege. (e.g. set-uid-root)
7 */
8-#undef PTYMODE
9-#undef PTYGROUP
10+#define PTYMODE 0620
11+#define PTYGROUP 5 /* RedHat Linux tty */
12
13 /*
14 * If screen is NOT installed set-uid root, screen can provide tty
This page took 0.070171 seconds and 4 git commands to generate.