The patch -- http://clunixchit.blogspot.com
--- /usr/bin/vmware-config.pl 2005-12-20 21:28:34.000000000 +0100 +++ /home/chitlesh/vm-ware-config.pl 2006-02-18 00:20:02.000000000 +0100 @@ -1969,8 +1969,8 @@ . ' -E - | ' . shell_string($gHelper{'grep'}) . ' ' . shell_string($pattern)); chomp($header_page_offset); - $header_page_offset =~ s/^$pattern \(?0x([0-9a-fA-F]{8,}).*$/$1/; - if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) { + if ($header_page_offset =~ /^$pattern \(?0x([0-9a-fA-F]{8,})/) { + $header_page_offset = $1; # We found a valid page offset if (defined($gSystem{'page_offset'}) and not (lc($header_page_offset) eq lc($gSystem{'page_offset'}))) {
-- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list