mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
@@ -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)__
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user