[Pkg-utopia-commits] r266 - packages/unstable/hal/debian

Sjoerd Simons sjoerd at costa.debian.org
Sun Aug 7 18:15:26 UTC 2005


Author: sjoerd
Date: 2005-08-07 18:15:26 +0000 (Sun, 07 Aug 2005)
New Revision: 266

Modified:
   packages/unstable/hal/debian/hal.udev.rules
Log:
Added some missing commas

Modified: packages/unstable/hal/debian/hal.udev.rules
===================================================================
--- packages/unstable/hal/debian/hal.udev.rules	2005-08-03 21:34:35 UTC (rev 265)
+++ packages/unstable/hal/debian/hal.udev.rules	2005-08-07 18:15:26 UTC (rev 266)
@@ -1,8 +1,8 @@
 # hotplug.d and dev.d are obsolete, so simulate calling of the hal helpers
-ENV{SEQNUM}=="[0-9]*", ENV{UDEVD_EVENT}=="1" RUN+="/usr/lib/hal/hal.hotplug"
+ENV{SEQNUM}=="[0-9]*", ENV{UDEVD_EVENT}=="1", RUN+="/usr/lib/hal/hal.hotplug"
 
 # Only run the dev helper for real devices
-SYSFS{dev}=="*" RUN+="/usr/lib/hal/hal.dev"
+SYSFS{dev}=="*", RUN+="/usr/lib/hal/hal.dev"
 
 # unmount block devices when they are removed
 ENV{UDEVD_EVENT}=="1", SUBSYSTEM=="block",ACTION="remove", RUN+="/usr/lib/hal/hal-unmount.sh"




More information about the Pkg-utopia-commits mailing list