freebsd-ports/multimedia/miro/files/patch-lib__startup.py
Wesley Shields 6c11e28fff - Update to 4.0.1.
PR:		ports/157394
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
2011-05-30 20:13:13 +00:00

13 lines
461 B
Python

--- ./lib/startup.py.orig 2011-05-25 00:30:12.000000000 +0200
+++ ./lib/startup.py 2011-05-25 17:53:57.000000000 +0200
@@ -407,8 +407,8 @@
yield None
commandline.startup()
yield None
- autoupdate.check_for_updates()
- yield None
+ # autoupdate.check_for_updates()
+ # yield None
# Delay running high CPU/IO operations for a bit
eventloop.add_timeout(5, downloader.startup_downloader,
"start downloader daemon")