From e3dbd57ba366125cd74afd0fc5f9c63071fccdfd Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 9 Jul 2008 06:17:34 +0000 Subject: [PATCH] Updated apache Vhost service dependencies. -It is no longer possible to assign this service twice. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11565 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/apache2/class_servApacheVhost.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc index 021a60dee..d1abd1bfb 100644 --- a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc +++ b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc @@ -33,6 +33,8 @@ class servapache extends goService var $dialog = NULL; var $orig_dn = ""; + var $conflicts = array("servapache"); + var $initially_was_account; var $krb_service_prefix = "HTTP/"; -- 2.30.2