[vhffs-dev] [2085] well, removed former mhonarc call (this is not a Oops commit at all) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2085
Author: gradator
Date: 2012-03-01 01:24:44 +0100 (Thu, 01 Mar 2012)
Log Message:
-----------
well, removed former mhonarc call (this is not a Oops commit at all)
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Robots/MailingList.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/MailingList.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/MailingList.pm 2012-03-01 00:16:36 UTC (rev 2084)
+++ trunk/vhffs-api/src/Vhffs/Robots/MailingList.pm 2012-03-01 00:24:44 UTC (rev 2085)
@@ -156,16 +156,6 @@
return undef;
}
- # TODO: as we need to parse folder recursively, remove the glob
- my $childpid = open( my $output, '-|', 'mhonarc', '-add', '-quiet', '-rc', $mhonarcconfig, '-definevar', 'MAIN-TITLE='.$ml->get_domain.'/'.$ml->get_localpart, '-outdir', $publicmonthdir, glob($archivesmonthdir.'/*/*') );
- if($childpid) {
- # read process output and print
- while(<$output>) { print $_; }
-
- # wait for the child to finish
- waitpid( $childpid, 0 );
- }
-
# -- index : part
my $month = {
year => $year,