From: hickert Date: Thu, 9 Oct 2008 09:03:27 +0000 (+0000) Subject: Updated setup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9386f3495b0dafd953bdf2bd1fe8a835f341a78;p=gosa.git Updated setup -removed cups checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12647 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/setup/class_setupStep_Checks.inc b/gosa-core/setup/class_setupStep_Checks.inc index 9cdec0485..3bcf510c1 100644 --- a/gosa-core/setup/class_setupStep_Checks.inc +++ b/gosa-core/setup/class_setupStep_Checks.inc @@ -124,14 +124,6 @@ class Step_Checks extends setup_step $M = TRUE; $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M ); - /* Checking for Cups module */ - $N = msgPool::checkingFor(_("CUPS")); - $D = _("GOsa requires this module to show printers that are not defined within the LDAP."); - $S = msgPool::installPhpModule("CUPS"); - $R = is_callable("cups_get_dest_list"); - $M = FALSE; - $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M ); - /* Checking generate LM/NT password hashes */ #TODO: either this, or gosa-si will do the hash generation $query= "mkntpwd 2>&1";