First check in
This commit is contained in:
12
SRC/patches/01_fix-udev-test.patch
Normal file
12
SRC/patches/01_fix-udev-test.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/test/udev-test.pl b/test/udev-test.pl
|
||||
--- a/test/udev-test.pl 2015-11-22 01:24:52.000000000 -0600
|
||||
+++ b/test/udev-test.pl 2016-09-21 15:17:32.948000000 -0500
|
||||
@@ -877,7 +877,7 @@
|
||||
devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda",
|
||||
exp_name => "node",
|
||||
rules => <<EOF
|
||||
-SUBSYSTEMS=="scsi", KERNEL=="sda", PROGRAM=="/usr/bin/test -b %N" SYMLINK+="node"
|
||||
+SUBSYSTEMS=="scsi", KERNEL=="sda", PROGRAM=="/bin/test -b %N" SYMLINK+="node"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
2
SRC/patches/README
Normal file
2
SRC/patches/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Place any patch files here and preface each with a number indicating
|
||||
the order of execution. Patch files are expected to use a .patch extension.
|
||||
Reference in New Issue
Block a user