Skip to content

Commit a5398f8

Browse files
jgottulabehlendorf
authored andcommitted
Udev rules: use non-ancient comma syntax
This file is old as dirt. It's entirely possible that commas were optional in udev back at that time. But they're definitely supposed to be there nowadays. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Pavel Zakharov <[email protected]> Signed-off-by: Justin Gottula <[email protected]> Closes #12302
1 parent b192a2c commit a5398f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udev/rules.d/60-zvol.rules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# persistent disk links: /dev/zvol/dataset_name
44
# also creates compatibility symlink of /dev/dataset_name
55

6-
KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add|change" PROGRAM="@udevdir@/zvol_id $tempnode" SYMLINK+="zvol/%c %c"
6+
KERNEL=="zd*", SUBSYSTEM=="block", ACTION=="add|change", PROGRAM="@udevdir@/zvol_id $tempnode", SYMLINK+="zvol/%c %c"

0 commit comments

Comments
 (0)