diff -ruN hotplug-2004_01_05.orig/etc/hotplug/hotplug.functions hotplug-2004_01_05/etc/hotplug/hotplug.functions
--- hotplug-2004_01_05.orig/etc/hotplug/hotplug.functions	2004-02-01 19:09:39.000000000 +0100
+++ hotplug-2004_01_05/etc/hotplug/hotplug.functions	2004-02-01 19:09:33.000000000 +0100
@@ -18,8 +18,8 @@
 
 HOTPLUG_DIR=/etc/hotplug
 
-if [ -f /etc/sysconfig/hotplug ]; then
-    . /etc/sysconfig/hotplug
+if [ -f /etc/default/hotplug ]; then
+    . /etc/default/hotplug
 fi
 
 if [ -x /usr/bin/logger ]; then
diff -ruN hotplug-2004_01_05.orig/etc/hotplug/usb.agent hotplug-2004_01_05/etc/hotplug/usb.agent
--- hotplug-2004_01_05.orig/etc/hotplug/usb.agent	2004-02-01 19:09:39.000000000 +0100
+++ hotplug-2004_01_05/etc/hotplug/usb.agent	2004-02-01 19:08:56.000000000 +0100
@@ -74,8 +74,8 @@
 # $Id: usb.agent,v 1.35 2003/10/13 23:52:54 kroah Exp $
 #
 
-if [ -f /etc/sysconfig/usb ]; then
-    . /etc/sysconfig/usb
+if [ -f /etc/default/hotplug ]; then
+    . /etc/default/hotplug
 fi
 
 cd /etc/hotplug
diff -ruN hotplug-2004_01_05.orig/etc/hotplug/usb.rc hotplug-2004_01_05/etc/hotplug/usb.rc
--- hotplug-2004_01_05.orig/etc/hotplug/usb.rc	2004-02-01 19:09:39.000000000 +0100
+++ hotplug-2004_01_05/etc/hotplug/usb.rc	2004-02-01 19:09:08.000000000 +0100
@@ -28,8 +28,8 @@
 X11_USBMICE_HACK=false
 
 # override any of the defaults above?
-if [ -f /etc/sysconfig/usb ]; then
-    . /etc/sysconfig/usb
+if [ -f /etc/default/hotplug ]; then
+    . /etc/default/hotplug
 fi
 
 
