Summary: | New port: sysutils/p5-Sys-Filesystem Perl module to acces the fstab and mounted filesystems | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jim Pirzyk <pirzyk> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jim Pirzyk
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->aaron I'll take it. Responsible Changed From-To: aaron->pirzyk Submiter has CVS/GNATS access. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Found a bug in one of my patches: - --- patch-lib-Sys-Filesystem-Freebsd.pm.orig Mon Jun 19 07:02:18 2006 +++ patch-lib-Sys-Filesystem-Freebsd.pm Wed Jun 7 08:56:49 2006 @@ -18,7 +18,7 @@ + croak "The statfs strucuture changed version (" . &STATFS_VERSION . ")\n"; +} +# unpack format, we want the 3rd and the last 3 fields. - -+my $format = 'x8L' . 'x192' . ('A' . &MNAMELEN ) x 3 ; ++my $format = 'x8L' . 'x268' . 'A' . &MFSNAMELEN . ('A' . &MNAMELEN ) x 2 ; + sub new { ref(my $class = shift) && croak 'Class name required'; - - JimP - --- @(#) $Id: dot.signature,v 1.14 2004/02/03 02:46:26 pirzyk Exp $ __o pirzyk@uiuc.edu --------------------------- jim@pirzyk.org _'\<,_ Systems Management Group, CITES (*)/ (*) University of Illinois at Urbana-Champaign -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFElpKE2EYx0U4j2soRAs09AJ4k1cqCZvxE0U6WCv5lA4Lf2lPYoACcDX7l 0f6grXqDkw8xw7vCCqBDU9g= =4MW+ -----END PGP SIGNATURE----- Responsible Changed From-To: pirzyk->freebsd-ports Changed responsible to ports because I do not have port commit bit. Responsible Changed From-To: freebsd-ports->freebsd-ports-bugs Woops, wrong responsible name. State Changed From-To: open->closed New port added. Thanks! |