summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-08-27 23:05:57 +0000
committerOlivier Crête <tester@gentoo.org>2009-08-27 23:05:57 +0000
commit5a9f4e60660fbe905ebd262bcb2818140aa66b28 (patch)
treef37293a5655527a1af7aa2c02790bb5e6123235d /net-im/amsn/files
parentVersion bump. Dropped alpha, hppa, ppc because of missing deps (diff)
downloadhistorical-5a9f4e60660fbe905ebd262bcb2818140aa66b28.tar.gz
historical-5a9f4e60660fbe905ebd262bcb2818140aa66b28.tar.bz2
historical-5a9f4e60660fbe905ebd262bcb2818140aa66b28.zip
Add patch to disable auto-update
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-im/amsn/files')
-rw-r--r--net-im/amsn/files/amsn-0.98-noautoupdate.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-im/amsn/files/amsn-0.98-noautoupdate.patch b/net-im/amsn/files/amsn-0.98-noautoupdate.patch
new file mode 100644
index 000000000000..92f75839601c
--- /dev/null
+++ b/net-im/amsn/files/amsn-0.98-noautoupdate.patch
@@ -0,0 +1,20 @@
+--- config.tcl.orig 2009-08-27 18:57:52.000000000 -0400
++++ config.tcl 2009-08-27 18:58:13.000000000 -0400
+@@ -233,7 +233,7 @@
+ ::config::setKey autoconnect 0 ;#Automatically connect when amsn starts
+ ::config::setKey libtls_temp "" ;#TLS
+ ::config::setKey lineflushlog 1 ;#Flush log files after each line
+- ::config::setKey autocheckver 1 ;#Automatically check for newer versions on startup
++ ::config::setKey autocheckver 0 ;#Automatically check for newer versions on startup
+ ::config::setKey truncatenames 1 ;#Truncate nicknames longer than window width in windows' title
+ ::config::setKey truncatenicks 0 ;#Truncate nicknames longer than window width in chat windows
+ ::config::setKey keepalive 1 ;#Keep alive connection (ping every minute)
+@@ -244,7 +244,7 @@
+ ::config::setKey start_ns_server "messenger.hotmail.com:1863"
+ ::config::setKey default_gateway_server "gateway.messenger.hotmail.com"
+ ::config::setKey start_gateway_server "gateway.messenger.hotmail.com"
+- ::config::setKey activeautoupdate 1 ;#Active the auto update
++ ::config::setKey activeautoupdate 0 ;#Active the auto update
+ ::config::setKey allowbadwords 1 ;#Disable censure on nicks
+ ::config::setKey enablebanner 1 ;#Show or Hide AMSN Banner (By default Show)
+ ::config::setKey startontray 0 ;#Start amsn on tray icon only (hide contact list)