freebsd-ports/sysutils/p5-Filesys-DiskFree/files/patch-DiskFree.pm
Anton Berezin 60424f24ef Make the module work.
PR:		94907
Submitted by:	maintainer
2006-03-24 13:16:17 +00:00

15 lines
326 B
Perl

--- DiskFree.pm.old Sat Oct 24 00:30:01 1998
+++ DiskFree.pm Fri Mar 24 12:58:45 2006
@@ -39,7 +39,11 @@
'inodes' => "df -i",
'format' => 'bsdish',
},
-
+ 'freebsd' => {
+ 'blocks' => "df -Pi",
+ 'inodes' => "df -Pi",
+ 'format' => 'bsdish',
+ },
'irix' => {
'blocks' => "df",
'inodes' => "df -i",