From d84889ba7e47a970cea489e7c24d64fc00eebff1 Mon Sep 17 00:00:00 2001 From: avl Date: Sat, 12 Sep 2009 04:20:05 +0000 Subject: IPA_CONV -- IPA accounting/database module for converting statistics Main features: - The module is designed for converting statistics; - Statistics is converted according to custom plans, several plans can be used at the same time; - Each plan can have converting rules for months, days, week days and time ranges; - Statistics of one static rule can be converted and sent to another static rule. WWW: http://ipa-system.sourceforge.net/modules/ipa_conv/ - Andrey Simonenko simon@comsys.ntu-kpi.kiev.ua PR: ports/137203 Submitted by: Andrey Simonenko Approved by: tabthorpe, glarkin (mentors, implicit) --- misc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/Makefile') diff --git a/misc/Makefile b/misc/Makefile index bef17616ef38..f37b2c324b64 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -188,6 +188,7 @@ SUBDIR += imerge SUBDIR += inplace SUBDIR += instant-server + SUBDIR += ipa_conv SUBDIR += ipbt SUBDIR += iselect SUBDIR += iso-codes -- cgit