Package: tiger
Version: 3.2.1-24

+ eval 'case "Debian-exim" in
      )
         [ "*" != '\''*'\'' ] && {
           message FAIL pass018f "" "Administrative user Debian-exim
does not have an impossible password."
         }
         continue
         ;;
    esac'
/root/check_passwd: eval: line 2: syntax error near unexpected token `)'
/root/check_passwd: eval: line 2: `      )'


patch to make the problem go away:
--- check_passwd.old    2005-04-18 12:26:12.000000000 -0400
+++ check_passwd        2005-12-05 19:41:46.000000000 -0500
@@ -146,7 +146,7 @@
 
     # Perform administrative checks (Maybe this should be a function...)
     eval "case \"$login\" in
-      $Tiger_Admin_Accounts)
+      \"$Tiger_Admin_Accounts\")
          [ \"$hash\" != '*' ] && {
            message FAIL pass018f \"\" \"Administrative user $login does not 
have an impossible password.\"
          }


joe
-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to