Package: usbmount
Version: 0.0.20
Tags: patch

Must add UUID= if ever expect to find them in /etc/fstab.
How will this ever work otherwise?

--- /usr/share/usbmount/usbmount.orig   2010-04-25 10:05:23.000000000 +0800
+++ /usr/share/usbmount/usbmount        2010-06-25 05:25:17.000000000 +0800
@@ -105 +105 @@
-    elif grep -q "^[[:blank:]]*$UUID" /etc/fstab; then
+    elif grep -q "^[[:blank:]]*UUID=$UUID" /etc/fstab; then

P.S., please document in README that you access /etc/fstab and the
things that you currently look for there.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to