From f0822aec347ea27b351a4343e91ff02c584e8fc8 Mon Sep 17 00:00:00 2001 From: jwarnier <jwarnier@ispconfig3> Date: Fri, 17 Sep 2010 12:39:58 -0400 Subject: [PATCH] move dovecot init_script line where appropriate --- install/dist/conf/debian40.conf.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index e2b2952..de5eb41 100644 --- a/install/dist/conf/debian40.conf.php +++ b/install/dist/conf/debian40.conf.php @@ -125,11 +125,11 @@ $conf['courier']['courier-imap-ssl'] = 'courier-imap-ssl'; $conf['courier']['courier-pop'] = 'courier-pop'; $conf['courier']['courier-pop-ssl'] = 'courier-pop-ssl'; -$conf['dovecot']['init_script'] = 'dovecot'; //* Dovecot $conf['dovecot']['installed'] = false; // will be detected automatically during installation $conf['dovecot']['config_dir'] = '/etc/dovecot'; +$conf['dovecot']['init_script'] = 'dovecot'; //* SASL $conf['saslauthd']['installed'] = false; // will be detected automatically during installation @@ -186,4 +186,4 @@ $conf['cron']['crontab_dir'] = '/etc/cron.d'; $conf['cron']['wget'] = '/usr/bin/wget'; -?> \ No newline at end of file +?> -- Gitblit v1.9.1