summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b76911e)
raw | patch | inline | side by side (parent: b76911e)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 May 2009 09:21:40 +0000 (09:21 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 May 2009 09:21:40 +0000 (09:21 +0000) |
that a repository service cannot be added twice) instead
of conflicting with goKioskService, which made
it impossible to have both services on one machine.
(Trac: #2641)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13668 594d385d-05f5-0310-b6e9-bd551577e9d8
of conflicting with goKioskService, which made
it impossible to have both services on one machine.
(Trac: #2641)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13668 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc b/trunk/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc
index 3a097e2610bc57f7a1537eb0bdc878d8074dbef7..645144cf2dd70211002e1c6edd342ab24eb63f8c 100644 (file)
/* Repositories */
var $repositories = array();
var $FAIrepository = array();
- var $conflicts = array("goKioskService");
+ var $conflicts = array("servrepository");
var $DisplayName = "";
var $StatusFlag = "";