From 9d9ba9300a98d05470b1b5a4067c4c11c022e5a3 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 29 Jun 2006 08:36:42 +0000 Subject: 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 --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') 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 -- cgit v1.2.3