Default to not checking for updated versions of ZoneMinder, as users should 
get updates through the package. Also prevents "phoning home" to 
zoneminder.com.

Index: zoneminder/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
===================================================================
--- zoneminder.orig/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in	2011-12-12 14:48:18.183612192 -0800
+++ zoneminder/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in	2012-05-13 15:10:34.057470903 -0700
@@ -1290,7 +1290,7 @@
 	},
 	{
 		name => "ZM_CHECK_FOR_UPDATES",
-		default => "yes",
+		default => "no",
 		description => "Check with zoneminder.com for updated versions",
 		help => "From ZoneMinder version 1.17.0 onwards new versions are expected to be more frequent. To save checking manually for each new version ZoneMinder can check with the zoneminder.com website to determine the most recent release. These checks are infrequent, about once per week, and no personal or system information is transmitted other than your current version number. If you do not wish these checks to take place or your ZoneMinder system has no internet access you can switch these check off with this configuration variable",
 		type => $types{boolean},
