~ubuntu-branches/debian/stretch/screen/stretch

« back to all changes in this revision

Viewing changes to debian/patches/80EXP_session_creation_time.patch

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2014-07-26 14:05:20 UTC
  • mfrom: (7.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140726140520-68d50x42gevcjy5e
Tags: 4.2.1-2
* Upload to unstable again
* Enable parallel building

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
arbitrary one
9
9
Index: screen/doc/screen.1
10
10
===================================================================
11
 
--- screen.orig/doc/screen.1    2012-03-20 22:41:13.000000000 +0100
12
 
+++ screen/doc/screen.1 2012-03-20 22:41:52.000000000 +0100
13
 
@@ -242,7 +242,7 @@
 
11
--- screen.orig/doc/screen.1    2014-04-28 03:17:56.464112915 +0200
 
12
+++ screen/doc/screen.1 2014-04-28 03:17:56.448112764 +0200
 
13
@@ -244,7 +244,7 @@
14
14
 .IR screen ,
15
15
 but prints a list of
16
16
 .I pid.tty.host
19
19
 .I screen
20
20
 sessions.
21
21
 Sessions marked `detached' can be resumed with \*Qscreen \-r\*U. Those marked
22
 
@@ -340,7 +340,7 @@
 
22
@@ -342,7 +342,7 @@
23
23
 sessions in another user's directory. This requires setuid-root.
24
24
 .TP 5
25
25
 .B \-R
28
28
 .I screen
29
29
 session it finds.  If successful, all other command-line options are ignored.
30
30
 If no detached session exists, starts a new session using the specified
31
 
@@ -350,6 +350,8 @@
 
31
@@ -352,6 +352,8 @@
32
32
 .I screen
33
33
 is run as a login-shell (actually screen uses \*Q\-xRR\*U in that case).
34
34
 For combinations with the \fB\-d\fP/\fB\-D\fP option see there.
39
39
 sets the default shell to the program specified, instead of the value
40
40
Index: screen/doc/screen.texinfo
41
41
===================================================================
42
 
--- screen.orig/doc/screen.texinfo      2012-03-20 22:41:10.000000000 +0100
43
 
+++ screen/doc/screen.texinfo   2012-03-20 22:41:52.000000000 +0100
44
 
@@ -318,7 +318,8 @@
 
42
--- screen.orig/doc/screen.texinfo      2014-04-28 03:17:56.464112915 +0200
 
43
+++ screen/doc/screen.texinfo   2014-04-28 03:17:56.452112800 +0200
 
44
@@ -320,7 +320,8 @@
45
45
 @itemx -list [@var{match}]
46
46
 Do not start @code{screen}, but instead print a list of session
47
47
 identification strings (usually of the form @var{pid.tty.host};
51
51
 with @code{screen -r}.  Those marked @samp{attached} are running and
52
52
 have a controlling terminal.  If the session runs in multiuser mode,
53
53
 it is marked @samp{multi}.  Sessions marked as @samp{unreachable} either
54
 
@@ -404,14 +405,15 @@
 
54
@@ -406,14 +407,15 @@
55
55
 sessions in another user's directory. This requires setuid-root.
56
56
 
57
57
 @item -R
71
71
 Set the default shell to be @var{program}.  By default, @code{screen}
72
72
Index: screen/extern.h
73
73
===================================================================
74
 
--- screen.orig/extern.h        2012-03-20 22:41:13.000000000 +0100
75
 
+++ screen/extern.h     2012-03-20 22:41:52.000000000 +0100
 
74
--- screen.orig/extern.h        2014-04-28 03:17:56.464112915 +0200
 
75
+++ screen/extern.h     2014-04-28 03:17:56.456112845 +0200
76
76
@@ -390,6 +390,8 @@
77
77
 #else
78
78
 extern int   xsnprintf __P(());
84
84
 /* acl.c */
85
85
Index: screen/misc.c
86
86
===================================================================
87
 
--- screen.orig/misc.c  2012-03-20 22:14:48.000000000 +0100
88
 
+++ screen/misc.c       2012-03-20 22:41:52.000000000 +0100
 
87
--- screen.orig/misc.c  2014-04-28 03:17:56.464112915 +0200
 
88
+++ screen/misc.c       2014-04-28 03:17:56.456112845 +0200
89
89
@@ -29,6 +29,7 @@
90
90
 #include <sys/types.h>
91
91
 #include <sys/stat.h>  /* mkdir() declaration */
137
137
+}
138
138
Index: screen/socket.c
139
139
===================================================================
140
 
--- screen.orig/socket.c        2012-03-20 22:41:12.000000000 +0100
141
 
+++ screen/socket.c     2012-03-20 22:41:52.000000000 +0100
 
140
--- screen.orig/socket.c        2014-04-28 03:17:56.464112915 +0200
 
141
+++ screen/socket.c     2014-04-28 03:17:56.456112845 +0200
142
142
@@ -125,16 +125,18 @@
143
143
   int sdirlen;
144
144
   int  matchlen = 0;