Package: usbmount
Version: 0.0.15.1
Severity: wishlist

/etc/udev/usbmount.rules for that
TODO: which driver is used by the new ieee1394 stack of the kernel?
TODO: Any other kind of hotpluggable device???

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-rc8-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=pt_BR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages usbmount depends on:
ii  lockfile-progs                0.1.11-0.1 Programs for locking and unlocking
ii  udev                          0.125-7    /dev/ and hotplug management daemo

usbmount recommends no packages.

usbmount suggests no packages.

-- no debconf information

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
# Rules for USBmount -*- conf -*-

KERNEL=="sd*", DRIVERS=="sbp2", ACTION=="add",  
RUN+="/usr/share/usbmount/usbmount add"
KERNEL=="sd*", BUS=="usb",      ACTION=="add",  
RUN+="/usr/share/usbmount/usbmount add"
KERNEL=="ub*", BUS=="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"

Reply via email to