freebsd-ports/sysutils/p5-Filesys-DiskSpace/pkg-descr
Andrej Zverev 9e0ade65f2 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:24:24 +00:00

8 lines
310 B
Text

This routine displays information on a file system such as its type,
the amount of disk space occupied, the total disk space and the number
of inodes.
It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
ways. If all fails, it C<croak>s.
WWW: http://search.cpan.org/dist/Filesys-DiskSpace/