diff options
author | Prakash Surya <[email protected]> | 2013-08-26 09:23:09 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-29 10:30:43 -0700 |
commit | 37fd6e00a699aff3fea24199497e9484cd218a84 (patch) | |
tree | b3bd498651ddc032a1f4e3f363ca7ad3f201b07c /config/user.m4 | |
parent | c12e3a594a49ed10b7870d950c1f336f78f136cb (diff) |
Add script to fix file names in upstream patches
Added a simple sed script to do a search and replace on the Illumos
ZFS file names and replace them with the ZFS on Linux equivalent.
Example usage:
# Replace Illumos paths with Linux paths
$ ./scripts/zfs2zol-patch.sed arc.c.patch > arc.c.patch.linux
# Ensure the script worked as expected
$ diff arc.c.patch arc.c.patch.linux
# Apply the patch using Linux paths
$ patch -p1 < arc.c.patch.linux
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1679
Diffstat (limited to 'config/user.m4')
0 files changed, 0 insertions, 0 deletions