]> git.pld-linux.org Git - packages/screen.git/blame - screen-tty.patch
- updated to 4.7.0
[packages/screen.git] / screen-tty.patch
CommitLineData
3c2201b4
AM
1diff -urN screen-3.9.15.org/config.h.in screen-3.9.15/config.h.in
2--- screen-3.9.15.org/config.h.in Tue Mar 25 19:06:38 2003
3+++ screen-3.9.15/config.h.in Tue Mar 25 19:07:21 2003
4@@ -103,8 +103,9 @@
5 * filesystem so screen should not even attempt to set mode or group
6 * even if running as root (e.g. on TiVo).
bed77180
JR
7 */
8-#undef PTYMODE
9-#undef PTYGROUP
3c2201b4 10+
bed77180
JR
11+#define PTYMODE 0620
12+#define PTYGROUP 5 /* RedHat Linux tty */
3c2201b4 13 #undef PTYROFS
bed77180
JR
14
15 /*
This page took 0.036364 seconds and 4 git commands to generate.