mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
e78916e3b1
- change ffmpeg dependency to ffmpeg1 - update maintainer to swills@ (suggested and accepted over irc) PR: ports/181348 Submitted by: Steve Wills <swills _AT_ FreeBSD.org> Approved by: decke (mentor)
14 lines
493 B
Python
14 lines
493 B
Python
--- lib/startup.py.orig 2013-08-17 02:48:00.884785831 +0000
|
|
+++ lib/startup.py 2013-08-17 02:48:27.966783822 +0000
|
|
@@ -501,8 +501,8 @@
|
|
yield None
|
|
commandline.startup()
|
|
yield None
|
|
- autoupdate.check_for_updates()
|
|
- yield None
|
|
+ # autoupdate.check_for_updates()
|
|
+ # yield None
|
|
app.local_metadata_manager.schedule_retry_net_lookup()
|
|
# Delay running high CPU/IO operations for a bit
|
|
eventloop.add_timeout(5, app.download_state_manager.startup_downloader,
|