diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-05-03 02:46:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-05-03 02:46:02 +0000 |
commit | 63d4620dafc6c73d8343cace6092793ad9d9d3fc (patch) | |
tree | c093075a18f79b0e34b7be9a4e6a1f2f306cdd45 /sysutils/zetaback/files/patch-zetaback.in | |
parent | science/lammps: Enable more internal packages; Remove grouped options from th... (diff) |
Add compression program and output to localhost options
PR 246132
Mostly by: Armin Gruner <ag-freebsd@muc.de>
MFH: 2020Q2
Notes
Notes:
svn path=/head/; revision=533736
Diffstat (limited to 'sysutils/zetaback/files/patch-zetaback.in')
-rw-r--r-- | sysutils/zetaback/files/patch-zetaback.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/zetaback/files/patch-zetaback.in b/sysutils/zetaback/files/patch-zetaback.in new file mode 100644 index 000000000000..9ce8694871b8 --- /dev/null +++ b/sysutils/zetaback/files/patch-zetaback.in @@ -0,0 +1,11 @@ +--- zetaback.in.orig 2019-01-31 22:04:38 UTC ++++ zetaback.in +@@ -1585,7 +1585,7 @@ sub plan_and_run($$) { + + foreach my $diskline (@disklist) { + chomp($diskline); +- next unless($diskline =~ /^(\S+) \[([^\]]*)\](?: {([^}]*)})?/); ++ next unless($diskline =~ /^(\S+) \[([^\]]*)\](?: \{([^}]*)\})?/); + my $diskname = $1; + my %snaps; + map { $snaps{$_} = 1 } (split(/,/, $2)); |