Date: Mon, 5 Jun 2006 21:54:47 -0400 (EDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: infofarmer@FreeBSD.org Subject: ports/98572: [PATCH] mail/linux-thunderbird: Disable auto-update Message-ID: <200606060154.k561slXF044132@Laptop.mine.box> Resent-Message-ID: <200606060300.k5630aNK081877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98572 >Category: ports >Synopsis: [PATCH] mail/linux-thunderbird: Disable auto-update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 06 03:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 6 22:21:39 PDT >Description: - This patch disables Thunderbird's auto-updating which is a problem with the linux versions of Mozilla products. Added file(s): - files/patch-defaults_pref_all-thunderbird.js Port maintainer (infofarmer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- linux-thunderbird-1.5.0.4.patch begins here --- Index: files/patch-defaults_pref_all-thunderbird.js =================================================================== RCS file: files/patch-defaults_pref_all-thunderbird.js diff -N files/patch-defaults_pref_all-thunderbird.js --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-defaults_pref_all-thunderbird.js 6 Jun 2006 01:54:02 -0000 @@ -0,0 +1,46 @@ +--- defaults/pref/all-thunderbird.js.orig Mon Jun 5 21:49:44 2006 ++++ defaults/pref/all-thunderbird.js Mon Jun 5 21:51:50 2006 +@@ -44,19 +44,19 @@ + + //@line 47 "/builds/tinderbox/Tb-Mozilla1.8.0-Release/Linux_2.4.18-14_Depend/mozilla/mail/app/profile/all-thunderbird.js" + +-pref("update.app.enabled", true); // Whether or not app updates are enabled ++pref("update.app.enabled", false); // Whether or not app updates are enabled + pref("update.app.url", "chrome://mozapps/locale/update/update.properties"); +-pref("update.extensions.enabled", true); ++pref("update.extensions.enabled", false); + + // App-specific update preferences + + // Whether or not app updates are enabled +-pref("app.update.enabled", true); ++pref("app.update.enabled", false); + + // This preference turns on app.update.mode and allows automatic download and + // install to take place. We use a separate boolean toggle for this to make + // the UI easier to construct. +-pref("app.update.auto", true); ++pref("app.update.auto", false); + + // Defines how the Application Update Service notifies the user about updates: + // +@@ -118,8 +118,8 @@ + // extensions.{GUID}.update.interval + // .. etc .. + // +-pref("extensions.update.enabled", true); +-pref("extensions.update.autoUpdateEnabled", true); ++pref("extensions.update.enabled", false); ++pref("extensions.update.autoUpdateEnabled", false); + pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.properties"); + pref("extensions.update.autoUpdate", false); // Automatically download and install + // updates to themes and extensions. +@@ -391,7 +391,7 @@ + pref("mail.signature_file", ""); + pref("mail.directory", ""); + pref("news.directory", ""); +-pref("autoupdate.enabled", true); ++pref("autoupdate.enabled", false); + pref("browser.editor.disabled", false); + pref("spellchecker.dictionary", ""); + // profile.force.migration can be used to bypass the migration wizard, forcing migration from a particular --- linux-thunderbird-1.5.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606060154.k561slXF044132>