diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-06-29 08:36:42 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-06-29 08:36:42 +0000 |
commit | 9d9ba9300a98d05470b1b5a4067c4c11c022e5a3 (patch) | |
tree | 82b842a47fd980ee9bb03bb82806d6d17f4c468a /sysutils/Makefile | |
parent | e5108f2b26a5f0cf46e03046a74ce36bbc66354b (diff) |
Retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties. At the time of writing there were
only Solaris and Win32 modules available on CPAN to perform this kind of
operation. This module hopes to provide a consistant API to list all,
mounted, unmounted and special filesystems on a system, and query as
many properties as possible with common aliases wherever possible.
WWW: http://search.cpan.org/dist/Sys-Filesystem/
PR: ports/98307
Submitted by: pirzyk
Notes
Notes:
svn path=/head/; revision=166572
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4b6d11267ec9..8e0f29fef5ec 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -391,6 +391,7 @@ SUBDIR += p5-Schedule-Match SUBDIR += p5-Stat-lsMode SUBDIR += p5-Sys-CpuLoad + SUBDIR += p5-Sys-Filesystem SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Utmp SUBDIR += p5-SyslogScan |