]> git.pld-linux.org Git - packages/screen.git/blob - screen-info.patch
- updated to 4.7.0
[packages/screen.git] / screen-info.patch
1 --- screen-4.7.0/doc/screen.texinfo.orig        2019-10-02 00:07:59.000000000 +0200
2 +++ screen-4.7.0/doc/screen.texinfo     2019-11-12 21:00:02.497808741 +0100
3 @@ -4,14 +4,14 @@
4  @documentencoding ISO-8859-15
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.7.0
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 @@ -185,7 +185,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 @@ -497,7 +497,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 @@ -1036,7 +1036,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 @@ -1089,7 +1089,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 @@ -1763,13 +1763,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 @@ -2405,7 +2404,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 @@ -2614,7 +2613,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 @@ -5802,22 +5801,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 @@ -5835,7 +5831,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 @@ -5860,10 +5856,10 @@
130  ============
131  
132  @verbatim
133 -     Maarten ter Huurne <maarten@treewalker.org>,
134 -     Jussi Kukkonen <jussi.kukkonen@intel.com>,
135 -     Thomas Renninger <treen@suse.com>,
136 -     Axel Beckert <abe@deuxchevaux.org>,
137 +     Maarten ter Huurne <maarten@@treewalker.org>,
138 +     Jussi Kukkonen <jussi.kukkonen@@intel.com>,
139 +     Thomas Renninger <treen@@suse.com>,
140 +     Axel Beckert <abe@@deuxchevaux.org>,
141       Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
142       Rudolf Koenig <rfkoenig@@informatik.uni-erlangen.de>,
143       Toerless Eckert <eckert@@informatik.uni-erlangen.de>,
144 @@ -5947,10 +5943,10 @@
145  in order to be able to
146  correctly change the owner of the tty device file for each window.
147  Special permission may also be required to write the file
148 -@file{/etc/utmp}.
149 +@file{/var/run/utmp}.
150  
151  @item
152 -Entries in @file{/etc/utmp} are not removed when @code{screen} is killed
153 +Entries in @file{/var/run/utmp} are not removed when @code{screen} is killed
154  with SIGKILL.  This will cause some programs (like "w" or "rwho") to
155  advertise that a user is logged on who really isn't.
156  
157 @@ -6030,8 +6026,7 @@
158  @cindex socket directory
159  
160  The socket directory defaults either to @file{$HOME/.screen} or simply to 
161 -@file{/tmp/screens} or preferably to @file{/usr/local/screens} chosen at 
162 -compile-time. If @code{screen} is installed
163 +@file{/tmp/screens} chosen at compile-time. If @code{screen} is installed
164  setuid root, then the administrator should compile screen with an
165  adequate (not NFS mounted) @code{SOCKDIR}. If @code{screen} is not
166  running setuid-root, the user can specify any mode 700 directory in the
This page took 0.061478 seconds and 3 git commands to generate.