From b6376411b01d5856d90604f5e7d94cf17d2ecc80 Mon Sep 17 00:00:00 2001
From: laking <laking@ispconfig3>
Date: Mon, 04 Apr 2011 18:18:08 -0400
Subject: [PATCH] Update on certificte CA-signing. Moved config to control panel.

---
 install/dist/conf/opensuse110.conf.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/install/dist/conf/opensuse110.conf.php b/install/dist/conf/opensuse110.conf.php
index 82467e5..5839c05 100644
--- a/install/dist/conf/opensuse110.conf.php
+++ b/install/dist/conf/opensuse110.conf.php
@@ -184,8 +184,6 @@
 //* cron
 $conf['cron']['init_script'] = 'cron';
 $conf['cron']['crontab_dir'] = '/etc/cron.d';
-$conf['cron']['wget'] = '/usr/bin/wget';
-
-$conf['CA-path'] = '/etc/ssl';
+$conf['cron']['wget'] = '/usr/bin/wget';;
 
 ?>

--
Gitblit v1.9.1