Skip to content

Commit e220713

Browse files
author
David Scott
committed
[block]: Correct a mistake in the path (s/opt/etc/)
Signed-off-by: David Scott <[email protected]>
1 parent 05cadaf commit e220713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xen-backend.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUBSYSTEM=="xen-backend", KERNEL=="tap*", RUN+="/etc/xensource/scripts/tap $env{ACTION}"
2-
SUBSYSTEM=="xen-backend", KERNEL=="vbd*", RUN+="/opt/xensource/scripts/block $env{ACTION}"
2+
SUBSYSTEM=="xen-backend", KERNEL=="vbd*", RUN+="/etc/xensource/scripts/block $env{ACTION}"
33

44
SUBSYSTEM=="xen-backend", KERNEL=="vif*", RUN+="/etc/xensource/scripts/vif $env{ACTION} vif"
55
SUBSYSTEM=="net", KERNEL=="tap*", RUN+="/etc/xensource/scripts/vif $env{ACTION} tap"

0 commit comments

Comments
 (0)