]> git.pld-linux.org Git - packages/screen.git/blame - screen-tty.patch
- removed all Group fields translations (oure rpm now can handle translating
[packages/screen.git] / screen-tty.patch
CommitLineData
c122dd4c 1--- config.h.in.orig Fri Sep 1 18:07:26 2000
2+++ config.h.in Fri Sep 8 19:16:57 2000
3@@ -88,8 +88,8 @@
bed77180
JR
4 * Note, screen is unable to change mode or group of the pty if it
5 * is not installed with sufficient privilege. (e.g. set-uid-root)
6 */
7-#undef PTYMODE
8-#undef PTYGROUP
9+#define PTYMODE 0620
10+#define PTYGROUP 5 /* RedHat Linux tty */
11
12 /*
13 * If screen is NOT installed set-uid root, screen can provide tty
This page took 0.063671 seconds and 4 git commands to generate.