Version 4.6.1 (10/07/2017): * Fixes: - problems with starting session in some cases - parallel make install - segfault when querying info on nonUTF locale Version 4.6.0 (28/06/2017): * Update Unicode wide tables to 9.0 * Support more serial speeds * Improved namespaces support * Migrate from fifos to sockets * Start viewing scrollback at first line of output
58 lines
2 KiB
Text
58 lines
2 KiB
Text
$NetBSD: patch-ap,v 1.8 2017/07/18 23:02:18 kim Exp $
|
|
|
|
Replace configurable paths with tags.
|
|
|
|
BE CAREFUL IF YOU WANT TO REGENERATE THIS PATCH!
|
|
YOU MUST RUN DIFF BEFORE SUBSTITUTIONS!
|
|
|
|
% make clean && make extract && make pre-patch && make do-patch
|
|
|
|
RUNNING "make patch" TAKES YOU TOO FAR.
|
|
|
|
--- doc/screen.1.orig 2017-07-10 19:26:25.000000000 +0000
|
|
+++ doc/screen.1 2017-07-18 22:44:38.000000000 +0000
|
|
@@ -712,7 +712,7 @@
|
|
|
|
.SH CUSTOMIZATION
|
|
The \*Qsocket directory\*U defaults either to $HOME/.screen or simply to
|
|
-/tmp/screens or preferably to /usr/local/screens chosen at compile-time. If
|
|
+/tmp/screens. This is chosen at compile-time. If
|
|
.I screen
|
|
is installed setuid-root, then the administrator
|
|
should compile
|
|
@@ -725,7 +725,7 @@
|
|
When
|
|
.I screen
|
|
is invoked, it executes initialization commands from the files
|
|
-\*Q/usr/local/etc/screenrc\*U and
|
|
+\*Q/usr/pkg/etc/screenrc\*U and
|
|
\*Q.screenrc\*U in the user's home directory. These are the \*Qprogrammer's
|
|
defaults\*U that can be overridden in the following ways: for the
|
|
global screenrc file
|
|
@@ -755,7 +755,7 @@
|
|
protected from variable substitution.
|
|
.PP
|
|
Two configuration files are shipped as examples with your screen distribution:
|
|
-\*Qetc/screenrc\*U and \*Qetc/etcscreenrc\*U. They contain a number of
|
|
+\*Q/usr/pkg/share/examples/screen/screenrc\*U and \*Q/usr/pkg/share/examples/screen/etcscreenrc\*U. They contain a number of
|
|
useful examples for various commands.
|
|
.PP
|
|
Customization can also be done 'on-line'. To enter the command mode type
|
|
@@ -5017,14 +5017,14 @@
|
|
.I screen
|
|
distribution package for private and global initialization files.
|
|
.IP $SYSSCREENRC
|
|
-.IP /usr/local/etc/screenrc
|
|
+.IP /usr/pkg/etc/screenrc
|
|
.I screen
|
|
initialization commands
|
|
.IP $SCREENRC
|
|
.IP $HOME/.screenrc
|
|
-Read in after /usr/local/etc/screenrc
|
|
+Read in after /usr/pkg/etc/screenrc
|
|
.IP $SCREENDIR/S\-<login>
|
|
-.IP /local/screens/S\-<login>
|
|
+.IP /tmp/screens/S\-<login>
|
|
Socket directories (default)
|
|
.IP /usr/tmp/screens/S\-<login>
|
|
Alternate socket directories.
|