Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-startkde/files: agent-startup.sh
Date: Sat, 26 Apr 2008 20:32:37
Message-Id: E1Jpr4U-0004MI-Uf@stork.gentoo.org
1 philantrop 08/04/26 20:32:34
2
3 Modified: agent-startup.sh
4 Log:
5 Added a template in agent-startup.sh for starting rxvt-unicode. Fixes bug 189201.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 kde-base/kdebase-startkde/files/agent-startup.sh
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/agent-startup.sh?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/agent-startup.sh?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-startkde/files/agent-startup.sh?r1=1.5&r2=1.6
14
15 Index: agent-startup.sh
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/files/agent-startup.sh,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- agent-startup.sh 14 Mar 2005 21:59:21 -0000 1.5
22 +++ agent-startup.sh 26 Apr 2008 20:32:34 -0000 1.6
23 @@ -17,3 +17,13 @@
24 #if [ -x /usr/bin/ssh-agent ]; then
25 # eval "$(/usr/bin/ssh-agent -s)"
26 #fi
27 +
28 +# Uncomment the following lines to start rxvt-unicode which has the ability to
29 +# run multiple terminals in one single process, thus starting up faster and
30 +# saving resources.
31 +# The --opendisplay ensures that the daemon quits when the X server terminates,
32 +# therefore we don't need matching lines in agent-shutdown.sh.
33 +
34 +#if [ -x /usr/bin/urxvtd ]; then
35 +# /usr/bin/urxvtd --opendisplay --fork --quiet
36 +#fi
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list