Author: pebender
Date: Sat Aug 30 06:24:57 2008
New Revision: 3660
Modified:
trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
Log:
- Changed uid / gid so that it is more correct.
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums (original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums Sat Aug 30
06:24:57 2008
@@ -1 +1 @@
-127f0f0174d570243a3aa51f64a1e292 download/MiniMyth.pm
+fd36756c4be9e97b97bfd7ff2e2fb3d8 download/MiniMyth.pm
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
(original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm Sat Aug
30 06:24:57 2008
@@ -1786,7 +1786,8 @@
}
}
- my (undef, undef, $uid, $gid) = getpwnam('minimyth');
+ my $uid = getpwnam('minimyth');
+ my $gid = getgrnam('minimyth');
File::Find::finddepth(
sub
{
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---