opnsense-ports/multimedia/miro/files/patch-lib__startup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 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,