Skip to content
Snippets Groups Projects
Commit 150d4591 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

fix path variable for udev rules

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4442 6dcd42c9-f523-4c6d-aada-af552506706e
parent 7d89a470
No related branches found
No related tags found
No related merge requests found
KERNEL=="mbuf", ACTION=="add", RUN+="__PREFIX__/share/module-manage.sh add mbuf"
KERNEL=="mbuf", ACTION=="remove", RUN+="__PREFIX__/share/module-node.sh remove mbuf"
KERNEL=="mbuf", ACTION=="add", RUN+="__SHARE__/module-manage.sh add mbuf"
KERNEL=="mbuf", ACTION=="remove", RUN+="__SHARE__/module-node.sh remove mbuf"
KERNEL=="symmetricom", ACTION=="add", RUN+="__PREFIX__/share/module-manage.sh add symmetricom"
KERNEL=="symmetricom", ACTION=="remove", RUN+="__PREFIX__/share/module-manage.sh remove symmetricom"
KERNEL=="symmetricom", ACTION=="add", RUN+="__SHARE__/module-manage.sh add symmetricom"
KERNEL=="symmetricom", ACTION=="remove", RUN+="__SHARE__/module-manage.sh remove symmetricom"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment