From 209d936a72e59ca3c10bae085f18792d63af655b Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Wed, 6 Apr 2011 08:41:06 +0000
Subject: [PATCH] set default for rescue module

---
 install/tpl/server.ini.master | 7 +++++++
 install/tpl/system.ini.master | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master
index 20ac535733..97c59fdb41 100644
--- a/install/tpl/server.ini.master
+++ b/install/tpl/server.ini.master
@@ -84,3 +84,10 @@ config_dir=/etc
 init_script=cron
 crontab_dir=/etc/cron.d
 wget=/usr/bin/wget
+
+[rescue]
+try_rescue=n
+do_not_try_rescue_apache=n
+do_not_try_rescue_mysql=n
+do_not_try_rescue_mail=n
+
diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master
index 30ed57f2d6..13119b1239 100644
--- a/install/tpl/system.ini.master
+++ b/install/tpl/system.ini.master
@@ -30,10 +30,3 @@ new_domain_html=Please contact our support to create a new domain for you.
 
 [misc]
 dashboard_atom_url=http://www.ispconfig.org/atom
-
-[rescue]
-try_rescue=n
-do_not_try_rescue_apache=n
-do_not_try_rescue_mysql=n
-do_not_try_rescue_mail=n
-
-- 
GitLab