]> git.pld-linux.org Git - packages/screen.git/blob - screen-info.patch
- updated to 4.6.1
[packages/screen.git] / screen-info.patch
1 --- screen-4.6.1/doc/screen.texinfo.orig        2017-07-10 21:26:25.000000000 +0200
2 +++ screen-4.6.1/doc/screen.texinfo     2017-07-12 19:33:40.440716821 +0200
3 @@ -3,14 +3,14 @@
4  @c vi:set wm=5
5  @setfilename screen.info
6  @settitle Screen User's Manual
7 -@dircategory General Commands
8 +@dircategory Shell utilities:
9  @finalout
10  @setchapternewpage odd
11  @c %**end of header
12  @set version 4.6.1
13  
14  @direntry
15 -* Screen: (screen).             Full-screen window manager.
16 +* Screen: (screen).                    Full-screen window manager
17  @end direntry
18  
19  @c For examples, use a literal escape in info.
20 @@ -184,7 +184,7 @@
21  the invoking shell to the application (emacs in this case), because it is
22  forked from the parent screen process, not from the invoking shell.
23  
24 -If @file{/etc/utmp} is writable by @code{screen}, an appropriate record
25 +If @file{/var/run/utmp} is writable by @code{screen}, an appropriate record
26  will be written to this file for each window, and removed when the
27  window is closed.  This is useful for working with @code{talk},
28  @code{script}, @code{shutdown}, @code{rsend}, @code{sccs} and other
29 @@ -496,7 +496,7 @@
30  @cindex screenrc
31  When @code{screen} is invoked, it executes initialization commands from
32  the files @file{.screenrc} in the user's home directory and
33 -@file{/usr/local/etc/screenrc}.  These defaults can be overridden in the 
34 +@file{/etc/screenrc}.  These defaults can be overridden in the 
35  following ways:
36  For the global screenrc file @code{screen} searches for the environment
37  variable @code{$SYSSCREENRC} (this override feature may be disabled at
38 @@ -1037,7 +1037,7 @@
39  Place, where to dump hardcopy files.  @xref{Hardcopy}.
40  @item hardstatus [@var{state}]
41  Use the hardware status line.  @xref{Hardware Status Line}.
42 -@item height [@var{lines} [@var{cols}]]
43 +@item ns_regheight [@var{lines} [@var{cols}]]
44  Set display height.  @xref{Window Size}.
45  @item help [-c @var{class}]
46  Display current key bindings.  @xref{Help}.
47 @@ -1090,7 +1090,7 @@
48  @item logfile @var{filename}
49  Place where to collect logfiles.  @xref{Log}.
50  @item login [@var{state}]
51 -Log the window in @file{/etc/utmp}.  @xref{Login}.
52 +Log the window in @file{/var/run/utmp}.  @xref{Login}.
53  @item logtstamp [@var{state}]
54  Configure logfile time-stamps.  @xref{Log}.
55  @item mapdefault
56 @@ -1764,13 +1764,12 @@
57  @kindex C-x
58  @deffn Command lockscreen
59  (@kbd{C-a x}, @kbd{C-a C-x})@*
60 -Call a screenlock program (@file{/local/bin/lck} or @file{/usr/bin/lock}
61 -or a builtin, if no other is available). Screen does not accept any
62 -command keys until this program terminates. Meanwhile processes in the
63 -windows may continue, as the windows are in the detached state.
64 -The screenlock program may be changed through the environment variable
65 -@code{$LOCKPRG} (which must be set in the shell from which @code{screen}
66 -is started) and is executed with the user's uid and gid.
67 +Call a screenlock program (@file{/usr/bin/lck} or a builtin, if no other is
68 +available). Screen does not accept any command keys until this program
69 +terminates. Meanwhile processes in the windows may continue, as the windows
70 +are in the detached state. The screenlock program may be changed through the
71 +environment variable @code{$LOCKPRG} (which must be set in the shell from
72 +which @code{screen} is started) and is executed with the user's uid and gid.
73  
74  Warning: When you leave other shells unlocked and have no password set
75  on @code{screen}, the lock is void: One could easily re-attach from an
76 @@ -2338,7 +2337,7 @@
77  * Naming Windows::             Control the name of the window
78  * Console::                    See the host's console messages
79  * Kill::                        Destroy an unwanted window
80 -* Login::                       Control @file{/etc/utmp} logging
81 +* Login::                       Control @file{/var/run/utmp} logging
82  * Mode::                        Control the file mode of the pty
83  * Monitor::                     Watch for activity or inactivity in a window
84  * Windows::                    List the active windows
85 @@ -2547,7 +2546,7 @@
86  @kindex L
87  @deffn Command login [state]
88  (@kbd{C-a L})@*
89 -Adds or removes the entry in @file{/etc/utmp} for the current window.
90 +Adds or removes the entry in @file{/var/run/utmp} for the current window.
91  This controls whether or not the window is @dfn{logged in}.  In addition
92  to this toggle, it is convenient to have ``log in'' and ``log out''
93  keys.  For instance, @code{bind I login on} and @code{bind O 
94 @@ -5738,22 +5737,19 @@
95  global initialization files.
96  
97  @item @code{$SYSSCREENRC}
98 -@itemx /local/etc/screenrc
99 +@itemx /etc/screenrc
100  @code{screen} initialization commands
101  
102  @item @code{$SCREENRC}
103  @itemx @code{$HOME}/.iscreenrc
104  @itemx @code{$HOME}/.screenrc
105 -Read in after /local/etc/screenrc
106 +Read in after /etc/screenrc
107  
108  @item @code{$SCREENDIR}/S-@var{login}
109  
110 -@item /local/screens/S-@var{login}
111 +@item /tmp/screens/S-@var{login}
112  Socket directories (default)
113  
114 -@item /usr/tmp/screens/S-@var{login}
115 -Alternate socket directories.
116 -
117  @item @var{socket directory}/.termcap
118  Written by the @code{dumptermcap} command
119  
120 @@ -5771,7 +5767,7 @@
121  @itemx /etc/termcap
122  Terminal capability databases
123  
124 -@item /etc/utmp
125 +@item /var/run/utmp
126  Login records
127  
128  @item @code{$LOCKPRG}
129 @@ -5796,8 +5792,8 @@
130  ============
131  
132  @verbatim
133 -     Thomas Renninger <treen@suse.com>,
134 -     Axel Beckert <abe@deuxchevaux.org>,
135 +     Thomas Renninger <treen@@suse.com>,
136 +     Axel Beckert <abe@@deuxchevaux.org>,
137       Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
138       Rudolf Koenig <rfkoenig@@informatik.uni-erlangen.de>,
139       Toerless Eckert <eckert@@informatik.uni-erlangen.de>,
140 @@ -5881,10 +5877,10 @@
141  in order to be able to
142  correctly change the owner of the tty device file for each window.
143  Special permission may also be required to write the file
144 -@file{/etc/utmp}.
145 +@file{/var/run/utmp}.
146  
147  @item
148 -Entries in @file{/etc/utmp} are not removed when @code{screen} is killed
149 +Entries in @file{/var/run/utmp} are not removed when @code{screen} is killed
150  with SIGKILL.  This will cause some programs (like "w" or "rwho") to
151  advertise that a user is logged on who really isn't.
152  
153 @@ -5964,8 +5960,7 @@
154  @cindex socket directory
155  
156  The socket directory defaults either to @file{$HOME/.screen} or simply to 
157 -@file{/tmp/screens} or preferably to @file{/usr/local/screens} chosen at 
158 -compile-time. If @code{screen} is installed
159 +@file{/tmp/screens} chosen at compile-time. If @code{screen} is installed
160  setuid root, then the administrator should compile screen with an
161  adequate (not NFS mounted) @code{SOCKDIR}. If @code{screen} is not
162  running setuid-root, the user can specify any mode 700 directory in the
This page took 0.033429 seconds and 3 git commands to generate.