]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/udev/files/local.rules
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / udev / files / local.rules
1 SUBSYSTEM=="block", ACTION=="add"    RUN+="/etc/udev/scripts/mount.sh"
2 SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"
3
4 SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
5 SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"