ziomon: Re-add missing line in ziomon_fcpconf

During the GPL to MIT conversion process from v1.39.0 to v2.0.0 one line has
been lost by accident. Fix this and re-add that line again.

Fixes: #17

Reported-by: Mikhail Obirvalger
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-11-16 18:10:26 +01:00
parent 3fc01e7520
commit 523d833eb3
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Release history for s390-tools (MIT version)
Bug Fixes:
- lsluns: Do not scan (all) if filters match nothing
- lsluns: Enhance usage statement and man page
- ziomon: Re-add missing line in ziomon_fcpconf
* __v2.1.0 (2017-09-25)__

View File

@@ -58,6 +58,7 @@ sub store_mapper_devices
my $src_dir = shift();
my @entries = grep { ! /^\./ } dir_content($src_dir);
foreach my $map_dev (@entries) {
my $tf = catfile($src_dir, "$map_dev");
my $mm = `stat -L -c%t:%T $tf`;
chomp($mm);