[Usbmount-commit] r58 - usbmount/trunk
Rogério Brito
rbrito-guest at alioth.debian.org
Wed Oct 21 04:11:00 UTC 2009
Author: rbrito-guest
Date: 2009-10-21 04:10:53 +0000 (Wed, 21 Oct 2009)
New Revision: 58
Modified:
usbmount/trunk/usbmount.rules
Log:
Reformat the lines.
Modified: usbmount/trunk/usbmount.rules
===================================================================
--- usbmount/trunk/usbmount.rules 2009-10-20 21:14:31 UTC (rev 57)
+++ usbmount/trunk/usbmount.rules 2009-10-21 04:10:53 UTC (rev 58)
@@ -1,7 +1,7 @@
# Rules for USBmount -*- conf -*-
-KERNEL=="sd*", DRIVERS=="sbp2", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add"
+KERNEL=="sd*", DRIVERS=="sbp2", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add"
KERNEL=="sd*", SUBSYSTEMS=="usb", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add"
KERNEL=="ub*", SUBSYSTEMS=="usb", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add"
-KERNEL=="sd*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
-KERNEL=="ub*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
+KERNEL=="sd*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
+KERNEL=="ub*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
More information about the Usbmount-commit
mailing list