]> git.pld-linux.org Git - packages/screen.git/blame - screen-manual.patch
- prepared 4.0.2 for Ra as CAN-2003-0972 fix (no root or any group exploit,
[packages/screen.git] / screen-manual.patch
CommitLineData
c13f8bf8 1--- doc/screen.1.orig Thu Jul 6 15:40:50 2000
2+++ doc/screen.1 Fri Sep 8 19:20:38 2000
3@@ -101,7 +101,7 @@
4 The above example would start the emacs editor (editing prog.c) and switch
5 to its window.
6 .PP
7-If \*Q/etc/utmp\*U is writable by
8+If \*Q/var/run/utmp\*U is writable by
9 .IR screen ,
10 an appropriate record will be written to this file for each window, and
11 removed when the window is terminated.
12@@ -230,7 +230,7 @@
13 The use of this option is discouraged.
14 .TP 5
15 .BR \-l " and " \-ln
16-turns login mode on or off (for /etc/utmp updating).
17+turns login mode on or off (for /var/run/utmp updating).
18 This can also be defined through the \*Qdeflogin\*U .screenrc command.
19 .TP 5
20 .BR \-ls " and " \-list
21@@ -568,7 +568,7 @@
22
23 .SH CUSTOMIZATION
24 The \*Qsocket directory\*U defaults either to $HOME/.screen or simply to
25-/tmp/screens or preferably to /usr/local/screens chosen at compile-time. If
26+/tmp/screens. If
27 .I screen
28 is installed setuid-root, then the administrator
29 should compile
30@@ -581,7 +581,7 @@
31 When
32 .I screen
33 is invoked, it executes initialization commands from the files
34-\*Q/usr/local/etc/screenrc\*U and
35+\*Q/etc/screenrc\*U and
36 \*Q.screenrc\*U in the user's home directory. These are the \*Qprogrammer's
37 defaults\*U that can be overridden in the following ways: for the
38 global screenrc file
39@@ -1515,7 +1515,7 @@
40 The echo command may be used to annoy
41 .I screen
42 users with a 'message of the
43-day'. Typically installed in a global /local/etc/screenrc.
44+day'. Typically installed in a global /etc/screenrc.
45 The option \*Q-n\*U may be used to suppress the line feed.
46 See also \*Qsleep\*U.
47 Echo is also useful for online checking of environment variables.
48@@ -1880,7 +1880,7 @@
49 .B lockscreen
50 .PP
51 Lock this display.
52-Call a screenlock program (/local/bin/lck or /usr/bin/lock or a builtin if no
53+Call a screenlock program (/usr/bin/lock or a builtin if no
54 other is available). Screen does not accept any command keys until this program
55 terminates. Meanwhile processes in the windows may continue, as the windows
56 are in the `detached' state. The screenlock program may be changed through the
57@@ -3941,20 +3941,18 @@
58 .I screen
59 distribution package for private and global initialization files.
60 .IP $SYSSCREENRC
61-.IP /usr/local/etc/screenrc
62+.IP /etc/screenrc
63 .I screen
64 initialization commands
65 .IP $SCREENRC
66 .IP $HOME/.screenrc
67-Read in after /usr/local/etc/screenrc
68+Read in after /etc/screenrc
69 .IP $SCREENDIR/S-<login>
70-.IP /local/screens/S-<login>
71+.IP /tmp/screens/S-<login>
72 Socket directories (default)
73-.IP /usr/tmp/screens/S-<login>
74-Alternate socket directories.
75 .IP "<socket directory>/.termcap"
76 Written by the "termcap" output function
77-.IP /usr/tmp/screens/screen-exchange
78+.IP /tmp/screens/screen-exchange
79 or
80 .IP /tmp/screen-exchange
81 .I screen
82@@ -3963,11 +3961,9 @@
83 Screen images created by the hardcopy function
84 .IP screenlog.[0-9]
85 Output log files created by the log function
86-.IP /usr/lib/terminfo/?/*
87+.IP /usr/share/terminfo/?/*
88 or
89-.IP /etc/termcap
90-Terminal capability databases
91-.IP /etc/utmp
92+.IP /var/run/utmp
93 Login records
94 .IP $LOCKPRG
95 Program that locks a terminal.
96@@ -4078,9 +4074,9 @@
97 must be installed as set-uid with owner root on most systems in order
98 to be able to correctly change the owner of the tty device file for
99 each window.
100-Special permission may also be required to write the file \*Q/etc/utmp\*U.
101+Special permission may also be required to write the file \*Q/var/run/utmp\*U.
102 .IP \(bu
103-Entries in \*Q/etc/utmp\*U are not removed when
104+Entries in \*Q/var/run/utmp\*U are not removed when
105 .I screen
106 is killed with SIGKILL.
107 This will cause some programs (like "w" or "rwho")
This page took 0.077197 seconds and 4 git commands to generate.