mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix to remove deprecated call
[build]
This commit is contained in:
@ -175,7 +175,7 @@ else {
|
||||
}
|
||||
}
|
||||
|
||||
$out = &backquote_command("sysctl -a machdep.cpu.cache.size");
|
||||
$out = &backquote_command("sysctl hw.l1dcachesize");
|
||||
if ($out =~ /:\s*(\d+)/) {
|
||||
$rv[6] = $1 * 1024;
|
||||
}
|
||||
|
Reference in New Issue
Block a user