diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 14:09:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 14:09:11 +0000 |
commit | 8971afc9e643826d4ad832dbc05f4a206ecfdd46 (patch) | |
tree | 0237bd144ccfe2eafecfd7ec485bc4d083c56df8 /mdkapplet.conf | |
parent | 28a4c0afd968ed8bd4d69a9880beafde84060d54 (diff) | |
download | mgaonline-8971afc9e643826d4ad832dbc05f4a206ecfdd46.tar mgaonline-8971afc9e643826d4ad832dbc05f4a206ecfdd46.tar.gz mgaonline-8971afc9e643826d4ad832dbc05f4a206ecfdd46.tar.bz2 mgaonline-8971afc9e643826d4ad832dbc05f4a206ecfdd46.tar.xz mgaonline-8971afc9e643826d4ad832dbc05f4a206ecfdd46.zip |
enable to globally enable/disable new distribution check
Diffstat (limited to 'mdkapplet.conf')
-rw-r--r-- | mdkapplet.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mdkapplet.conf b/mdkapplet.conf index 0caebfe4..6e093dc3 100644 --- a/mdkapplet.conf +++ b/mdkapplet.conf @@ -3,3 +3,8 @@ UPDATE_FREQUENCY=10800 # Initial check will be delayed by (default to 5 minutes): FIRST_CHECK_DELAY=300000 + +# Globally enable or disable check for new distribution +# (in order to offer live distro upgrade): +# (default is "false", meaning check will be done) +DO_NOT_ASK_FOR_DISTRO_UPGRADE=false
\ No newline at end of file |