Signed-off-by: Robby Workman diff -Nur hal-0.5.10.orig/hald/freebsd/addons/addon-storage.c hal-0.5.10/hald/freebsd/addons/addon-storage.c --- hal-0.5.10.orig/hald/freebsd/addons/addon-storage.c 2007-07-26 13:00:28.000000000 -0500 +++ hal-0.5.10/hald/freebsd/addons/addon-storage.c 2007-11-28 16:11:35.916913911 -0600 @@ -44,7 +44,7 @@ boolean is_cdrom; boolean had_media; struct timeval next_update; -} addon = { { 2, 0 } }; +} addon = { { 10, 0 } }; /* see MMC-3 Working Draft Revision 10 */ static boolean diff -Nur hal-0.5.10.orig/hald/linux/addons/addon-storage.c hal-0.5.10/hald/linux/addons/addon-storage.c --- hal-0.5.10.orig/hald/linux/addons/addon-storage.c 2007-07-26 13:00:28.000000000 -0500 +++ hal-0.5.10/hald/linux/addons/addon-storage.c 2007-11-28 16:11:51.041775828 -0600 @@ -278,7 +278,7 @@ static gboolean poll_for_media (gpointer user_data); -static int interval_in_seconds = 2; +static int interval_in_seconds = 10; static gboolean is_locked_by_hal = FALSE; static gboolean is_locked_via_o_excl = FALSE; diff -Nur hal-0.5.10.orig/hald/solaris/addons/addon-storage.c hal-0.5.10/hald/solaris/addons/addon-storage.c --- hal-0.5.10.orig/hald/solaris/addons/addon-storage.c 2007-07-26 13:00:28.000000000 -0500 +++ hal-0.5.10/hald/solaris/addons/addon-storage.c 2007-11-28 16:12:32.560141825 -0600 @@ -35,7 +35,7 @@ #include -#define SLEEP_PERIOD 5 +#define SLEEP_PERIOD 10 static void my_dbus_error_free(DBusError *error)