From ea73685236e7028ea8a13a144ebae93732347c88 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 3 Jun 2008 14:52:17 +0000 Subject: [PATCH] More BUS removements git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11179 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/debian/gosa-si-common.default | 1 - gosa-si/debian/gosa-si-common.init | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/gosa-si/debian/gosa-si-common.default b/gosa-si/debian/gosa-si-common.default index 74a48930b..cc697bd46 100644 --- a/gosa-si/debian/gosa-si-common.default +++ b/gosa-si/debian/gosa-si-common.default @@ -1,3 +1,2 @@ # /etc/default/gosa-si - configure the init script -START_BUS=0 START_CLIENT=1 diff --git a/gosa-si/debian/gosa-si-common.init b/gosa-si/debian/gosa-si-common.init index d105802af..7c6101ed6 100755 --- a/gosa-si/debian/gosa-si-common.init +++ b/gosa-si/debian/gosa-si-common.init @@ -71,13 +71,8 @@ reload|force-reload|restart) log_daemon_msg "Restarting GOsa support infrastruct stop_client fi if [ -x /usr/sbin/gosa-si-server ]; then - if [ "$START_BUS" == "1" ]; then - stop_server - start_server - else - stop_server - start_server - fi + stop_server + start_server fi if [ "$START_CLIENT" == "1" -a -x /usr/sbin/gosa-si-client ]; then start_client -- 2.30.2