From 7d89f56a66811cddbfdb60abea19f6945f1f51d9 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 02 Sep 2008 09:19:31 -0400
Subject: [PATCH] - Added support for openSUSE 11.0

---
 install/update.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/update.php b/install/update.php
index 781f134..f56a928 100644
--- a/install/update.php
+++ b/install/update.php
@@ -249,7 +249,7 @@
 	system("/etc/init.d/courier-pop-ssl restart");
 	system("/etc/init.d/apache2 restart");
 	system("/etc/init.d/pure-ftpd-mysql restart");
-	system("/etc/init.d/mydns restart");
+	system("/etc/init.d/mydns restart &> /dev/null");
 }
 
 echo "Update finished.\n";

--
Gitblit v1.9.1