Code

Updated referals
[gosa.git] / gosa-core / setup / class_setupStep_Checks.inc
index 9c32200536cbf2407e696c2fdce39cadb4715ce6..c405cbf145eead92c95dc3e635db0b6f959cd36f 100644 (file)
@@ -126,7 +126,7 @@ class Step_Checks extends setup_step
 
     /* Checking for Cups module */
     $N = msgPool::checkingFor(_("CUPS"));
-    $D = _("GOsa requires this modukle to show printers that are not defined within the LDAP.");
+    $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;
@@ -138,7 +138,7 @@ class Step_Checks extends setup_step
     $output= shell_exec ($query);
     $have_mkntpwd= preg_match("/^Usage: mkntpwd /", $output);
     if (!$have_mkntpwd){
-      $query= 'LC_ALL=C LANG=C perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen $ARGV[0]), $/;" &>/dev/null';
+      $query= 'LC_ALL=C LANG=C perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen $ARGV[0]), $/;" >/dev/null';
       system ($query, $ret);
       $have_mkntpwd |= ($ret == 0);
     }