[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16364: This better be the last update of the 2008.1 tag (trunk revi (in incognito/tags/2008.1/root_overlay/var: lib/xchat-config patches)
Author: anonym
Date: 2008-08-02 13:55:41 -0400 (Sat, 02 Aug 2008)
New Revision: 16364
Modified:
incognito/tags/2008.1/root_overlay/var/lib/xchat-config/xchat.conf
incognito/tags/2008.1/root_overlay/var/patches/vmware-tools-init.patch
Log:
This better be the last update of the 2008.1 tag (trunk revision 16363)...
Modified: incognito/tags/2008.1/root_overlay/var/lib/xchat-config/xchat.conf
===================================================================
--- incognito/tags/2008.1/root_overlay/var/lib/xchat-config/xchat.conf 2008-08-02 17:53:43 UTC (rev 16363)
+++ incognito/tags/2008.1/root_overlay/var/lib/xchat-config/xchat.conf 2008-08-02 17:55:41 UTC (rev 16364)
@@ -11,3 +11,8 @@
irc_quit_reason =
away_reason =
text_replay = 0
+
+irc_nick1 = anonymous
+irc_nick2 =
+irc_nick3 =
+irc_real_name = anonymous
Modified: incognito/tags/2008.1/root_overlay/var/patches/vmware-tools-init.patch
===================================================================
--- incognito/tags/2008.1/root_overlay/var/patches/vmware-tools-init.patch 2008-08-02 17:53:43 UTC (rev 16363)
+++ incognito/tags/2008.1/root_overlay/var/patches/vmware-tools-init.patch 2008-08-02 17:55:41 UTC (rev 16364)
@@ -8,7 +8,7 @@
+ if [ $? -ne 0 ]; then
+ ebegin "vmware-tools should not be started when outside of VMWare, skipping"
+ eend 0
-+ return 1
++ return 0
+ fi
+
if [ "${VM_DRAG_AND_DROP}" == "yes" ];