From: hickert Date: Wed, 9 Jul 2008 06:17:34 +0000 (+0000) Subject: Updated apache Vhost service dependencies. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e3dbd57ba366125cd74afd0fc5f9c63071fccdfd;p=gosa.git 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 --- 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/";