fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
257 B
Text
6 lines
257 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.
|