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

---
 install/tpl/system.ini.master |    7 -------
 install/tpl/server.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 20ac535..97c59fd 100644
--- a/install/tpl/server.ini.master
+++ b/install/tpl/server.ini.master
@@ -84,3 +84,10 @@
 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 30ed57f..13119b1 100644
--- a/install/tpl/system.ini.master
+++ b/install/tpl/system.ini.master
@@ -30,10 +30,3 @@
 
 [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
-

--
Gitblit v1.9.1