> neither >/dev/null nor 2>&1 >file nor 2>&1 >/dev/null, let this line  
> "disappear"

Redirections happen left-to-right.  So do this:
    >/dev/null 2>&1
Or the simpler
   2>/dev/null

--  
Principal Security Engineer
Akamai Technology
Cambridge, MA
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to