]> git.pld-linux.org Git - packages/screen.git/blob - screen-tty.patch
- rewritten, works fine
[packages/screen.git] / screen-tty.patch
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 @@
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.34301 seconds and 3 git commands to generate.