40 lines
1.4 KiB
Text
40 lines
1.4 KiB
Text
$NetBSD: patch-ap,v 1.1 2002/12/23 13:13:05 grant Exp $
|
|
|
|
--- doc/screen.1.orig Thu Sep 5 22:08:06 2002
|
|
+++ doc/screen.1
|
|
@@ -576,7 +576,7 @@ Show a listing of all currently attached
|
|
|
|
.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
|
|
@@ -589,7 +589,7 @@ in the environment variable $SCREENDIR.
|
|
When
|
|
.I screen
|
|
is invoked, it executes initialization commands from the files
|
|
-\*Q/usr/local/etc/screenrc\*U and
|
|
+\*Q@PKG_SYSCONFDIR@/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
|
|
@@ -4298,14 +4298,14 @@ Examples in the
|
|
.I screen
|
|
distribution package for private and global initialization files.
|
|
.IP $SYSSCREENRC
|
|
-.IP /usr/local/etc/screenrc
|
|
+.IP @PKG_SYSCONFDIR@/screenrc
|
|
.I screen
|
|
initialization commands
|
|
.IP $SCREENRC
|
|
.IP $HOME/.screenrc
|
|
-Read in after /usr/local/etc/screenrc
|
|
+Read in after @PKG_SYSCONFDIR@/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.
|