From 2333da9d52aa2c9f6fe0d6293359930a0959fe7d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Mar 2004 17:30:05 +0000 Subject: misc perl_checker cleanups --- kolab_wizard/Kolab.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kolab_wizard') diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index 7e764f62..ebb63a5b 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -140,6 +140,7 @@ sub do_it { system("service $_ stop") foreach qw(ldap saslauthd cyrus-imapd httpd postfix); system("groupadd -g 60001 kolab"); + local *F; open(F, "|/usr/sbin/kolab_bootstrap.real -b\n"); print F "$o->{var}{HOSTNAME} $o->{var}{maildomain} @@ -149,7 +150,7 @@ $o->{var}{password} substInFile { s/bind_pw :.*/bind_pw : $o->{var}{password}/; - } $kolab_config ; + } $kolab_config; system("chkconfig --level 35 $_ off") foreach qw(ldap saslauthd cyrus-imapd httpd postfix); system("service kolab-server restart"); -- cgit v1.2.1