MacOS support

This commit is contained in:
Jamie Cameron
2007-12-22 00:14:40 +00:00
parent f50f7d0444
commit 97afd64a18

View File

@@ -3,7 +3,7 @@
sub get_consume_status
{
return { 'up' => -1 } if (!&foreign_check("mount"));
return { 'up' => -1 } if (!&foreign_check("mount", 1));
&foreign_require("mount", "mount-lib.pl");
local $m;
foreach $f (&mount::list_mounted()) {