From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C3BA138334 for ; Fri, 29 Mar 2019 09:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E03E08C2; Fri, 29 Mar 2019 09:14:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5BC3E08C2 for ; Fri, 29 Mar 2019 09:14:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27AF3335C7B for ; Fri, 29 Mar 2019 09:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9181B54A for ; Fri, 29 Mar 2019 09:14:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1553850855.e7169f5f64f1b7bfb4f63e1b77165c2af45f335b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/files/all-gentoo-1.js X-VCS-Directories: www-client/seamonkey/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e7169f5f64f1b7bfb4f63e1b77165c2af45f335b X-VCS-Branch: master Date: Fri, 29 Mar 2019 09:14:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd8e336e-9f48-4493-9284-2d1a645e3c72 X-Archives-Hash: 984e7bd867ee7576e33adf3d427ffefe commit: e7169f5f64f1b7bfb4f63e1b77165c2af45f335b Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 29 09:13:49 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 29 09:14:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7169f5f www-client/seamonkey: Disable update checks Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/files/all-gentoo-1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/seamonkey/files/all-gentoo-1.js b/www-client/seamonkey/files/all-gentoo-1.js index 86b55cac512..448287a52b3 100644 --- a/www-client/seamonkey/files/all-gentoo-1.js +++ b/www-client/seamonkey/files/all-gentoo-1.js @@ -17,3 +17,4 @@ pref("general.useragent.locale", "chrome://global/locale/intl.propert pref("extensions.autoDisableScopes", 0); pref("layout.css.dpi", 0); pref("browser.tabs.mouseScrollAdvancesTab", 0); +pref("app.updatecheck.override", true);