]> git.pld-linux.org Git - packages/screen.git/commitdiff
patchset for screen
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 14 Jul 1999 15:46:10 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen-info.patch -> 1.1
    screen-tty.patch -> 1.1

screen-info.patch [new file with mode: 0644]
screen-tty.patch [new file with mode: 0644]

diff --git a/screen-info.patch b/screen-info.patch
new file mode 100644 (file)
index 0000000..90313ac
--- /dev/null
@@ -0,0 +1,19 @@
+diff -Nru screen-3.7.6/doc/screen.texinfo screen-3.7.6.new/doc/screen.texinfo
+--- screen-3.7.6/doc/screen.texinfo    Wed Nov 25 17:28:12 1998
++++ screen-3.7.6.new/doc/screen.texinfo        Wed Jan  6 18:10:31 1999
+@@ -67,6 +67,15 @@
+ by the Foundation.
+ @end titlepage
++@ifinfo
++@format
++@dircategory Miscellaneous:
++@direntry
++* screen: (screen)                    Terminal multiplexer
++@end direntry
++@end format
++@end ifinfo
++
+ @node Top, Overview, (dir), (dir)
+ @ifinfo
diff --git a/screen-tty.patch b/screen-tty.patch
new file mode 100644 (file)
index 0000000..b95689d
--- /dev/null
@@ -0,0 +1,14 @@
+diff -uNr screen-3.7.3.orig/config.h.in screen-3.7.3/config.h.in
+--- screen-3.7.3.orig/config.h.in      Mon Aug  4 11:41:12 1997
++++ screen-3.7.3/config.h.in   Mon Aug  4 11:42:53 1997
+@@ -77,8 +77,8 @@
+  * Note, screen is unable to change mode or group of the pty if it
+  * is not installed with sufficient privilege. (e.g. set-uid-root)
+  */
+-#undef PTYMODE
+-#undef PTYGROUP
++#define PTYMODE 0620
++#define PTYGROUP 5 /* RedHat Linux tty */
+ /*
+  * If screen is NOT installed set-uid root, screen can provide tty
This page took 0.12156 seconds and 4 git commands to generate.