From d41449068bc0df24cf199b02540343a4dc6ec93c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 15 Jun 2004 15:30:26 +0000 Subject: rename is_same_part to are_same_partitions (not that much clear, but at least a little) --- perl-install/fsedit.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 8cdfe6d91..5e01c0839 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -335,7 +335,8 @@ sub is_same_hd { } } -sub is_same_part { +#- are_same_partitions() do not look at the device name since things may have changed +sub are_same_partitions { my ($part1, $part2) = @_; foreach ('start', 'size', 'type', 'rootDevice') { $part1->{$_} eq $part2->{$_} or return; -- cgit v1.2.1