diff options
Diffstat (limited to 'audio/cymbaline/files/patch-cypack_conf.py')
-rw-r--r-- | audio/cymbaline/files/patch-cypack_conf.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cymbaline/files/patch-cypack_conf.py b/audio/cymbaline/files/patch-cypack_conf.py new file mode 100644 index 000000000000..78deb99f81c3 --- /dev/null +++ b/audio/cymbaline/files/patch-cypack_conf.py @@ -0,0 +1,11 @@ +--- cypack/conf.py.bak 2011-02-12 21:07:24.000000000 +0100 ++++ cypack/conf.py 2011-02-12 21:08:05.000000000 +0100 +@@ -17,7 +17,7 @@ + # exit the player soon after you start it, it may hang for about 10 seconds + # trying to access the url.. In that case it's safe to hit ctrl-c because + # scores and data are already saved. TODO I'll try to do a timeout in next Cy +-check_for_updates = 1 ++check_for_updates = 0 + ConfirmDelete = 1 + play_on_start = 1 + score_increment = 7 |