Package: udev-udeb
Version: 0.070-5
Severity: normal
Tags: patch
/lib/hotplug/*.agent aren't executable and should be. Trivial patch:
diff -u udev-0.070/debian/rules udev-0.070/debian/rules
--- udev-0.070/debian/rules
+++ udev-0.070/debian/rules
@@ -141,7 +141,8 @@
cp extra/permissions.rules $(DU)/etc/udev/rules.d/020_permissions.rules
cp extra/hotplug.rules $(DU)/etc/udev/rules.d/z55_hotplug.rules
cp extra/links.conf $(DU)/etc/udev/
- cp hotplug/firmware.agent hotplug/ide.agent $(DU)/lib/hotplug/
+ install --mode=755 hotplug/firmware.agent hotplug/ide.agent \
+ $(DU)/lib/hotplug/
install --mode=755 extra/udev.startup \
$(DU)/lib/debian-installer-startup.d/S02udev
Thanks,
--
Colin Watson [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]