Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/screen/files: screenrc
Date: Wed, 07 Nov 2007 20:01:30
Message-Id: E1Ipr5S-0003Wf-Ju@stork.gentoo.org
1 swegener 07/11/07 20:01:18
2
3 Modified: screenrc
4 Log:
5 trim trailing whitespace
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.10 app-misc/screen/files/screenrc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/files/screenrc?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/files/screenrc?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/files/screenrc?r1=1.9&r2=1.10
14
15 Index: screenrc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/files/screenrc,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- screenrc 2 Oct 2005 19:38:29 -0000 1.9
22 +++ screenrc 7 Nov 2007 20:01:18 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -#
27 +# Copyright 1999-2007 Gentoo Foundation
28 +# Distributed under the terms of the GNU General Public License v2
29 +#
30 # /etc/screenrc
31 #
32 # This is the system wide screenrc.
33 @@ -31,8 +31,8 @@
34 # PASSWORD
35 # ===============================================================
36 # This commands sets the *internal* password for the screen session.
37 -# WARNING!! If this is set then a "lock" command will only let you in to the
38 -# session after you enter the user's account password and then *also*
39 +# WARNING!! If this is set then a "lock" command will only let you in to the
40 +# session after you enter the user's account password and then *also*
41 # the internal password for that session. This gives additional safety but,
42 # if you forget the internal password then you cannot resume your session.
43 # Use :password to generate a password
44 @@ -45,7 +45,7 @@
45 # vbell on # default: off
46 # vbell_msg " -- Bell,Bell!! -- " # default: "Wuff,Wuff!!"
47
48 -# Automatically detach on hangup.
49 +# Automatically detach on hangup.
50 autodetach on # default: on
51
52 # Don't display the copyright page
53 @@ -61,12 +61,12 @@
54 # In multiuser mode the commands acladd, aclchg, aclgrp and acldel can be used
55 # to enable (and disable) other user accessing this screen session.
56 # Requires suid-root.
57 - multiuser off
58 + multiuser off
59
60 # Change default scrollback value for new windows
61 defscrollback 1000 # default: 100
62
63 -# Define the time that all windows monitored for silence should
64 +# Define the time that all windows monitored for silence should
65 # wait before displaying a message. Default 30 seconds.
66 silencewait 15 # default: 30
67
68 @@ -305,7 +305,7 @@
69 # hardstatus alwaysignore
70 # hardstatus alwayslastline "%Lw"
71
72 -# Resize the current region. The space will be removed from or added to
73 +# Resize the current region. The space will be removed from or added to
74 # the region below or if there's not enough space from the region above.
75 bind = resize =
76 bind + resize +3
77
78
79
80 --
81 gentoo-commits@g.o mailing list