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-03-12 00:45:15.000000000 +0100
+++ hotplug-2004_01_05/etc/hotplug/hotplug.functions	2004-03-12 00:44:32.000000000 +0100
@@ -47,6 +47,13 @@
     mesg "$@"
 }
 
+# provide env-like output when the real thing is not available
+if [ ! -x /usr/bin/env ]; then
+    env () {
+	# bash prepends "declare -x " at the beginning of each line
+	export -p | sed -e 's/^declare -x //'
+    }
+fi
 
 #
 # Not "modprobe --autoclean" ... one driver module can handle many
