diff options
author | Richard Bos <richard@radoeka.nl> | 2010-01-17 10:26:40 (GMT) |
---|---|---|
committer | Richard Bos <richard@radoeka.nl> | 2010-01-17 10:26:40 (GMT) |
commit | 7050420b847f00e31d841ad235c6d670a7a10275 (patch) | |
tree | b9d1121f10b92034699ef4ac28c8a61a7d973b00 | |
parent | 4ced2406d803db915697cd93f7af69e31f299dfd (diff) | |
download | perl-Kolab-7050420b847f00e31d841ad235c6d670a7a10275.tar.gz |
Formatting lines like the rest of file
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -32,27 +32,27 @@ 2009-12-13 Mathieu Parent <math.parent@gmail.com> * lib/Kolab/Conf.pm, sbin/kolab_bootstrap.in: - Added arguments to rebuildTemplates(): dorunonchange and templates. - Use those in kolab_bootstrap (in replacement of bootstrapConfig()). + Added arguments to rebuildTemplates(): dorunonchange and templates. + Use those in kolab_bootstrap (in replacement of bootstrapConfig()). 2009-12-13 Mathieu Parent <math.parent@gmail.com> * lib/Kolab/Conf.pm: Touch configuration only when there is a change. - This avoid postfix complaining about "database X.db is older than - source file X". - Additionnay, renamed %templatehaschanged to %confighaschanged. + This avoid postfix complaining about "database X.db is older than + source file X". + Additionnay, renamed %templatehaschanged to %confighaschanged. 2009-12-13 Mathieu Parent <math.parent@gmail.com> * lib/Kolab/Conf.pm, sbin/kolabconf.in: $Kolab::do_reload is now an - argument to Kolab::Conf::rebuildTemplates(). + argument to Kolab::Conf::rebuildTemplates(). 2009-12-13 Mathieu Parent <math.parent@gmail.com> * lib/Kolab/Conf.pm, sbin/kolabconf.in: new @@@print@@@ macro - available for: getLDAPReplicas(), getLDAPAccess(), - getCyrusGroups(), getPostfixMap(map). This removed the use of - %special_templates, %haschanged, Kolab::Conf::reload() + available for: getLDAPReplicas(), getLDAPAccess(), + getCyrusGroups(), getPostfixMap(map). This removed the use of + %special_templates, %haschanged, Kolab::Conf::reload() 2009-12-07 Gunnar Wrobel <wrobel@pardus.de> |