In message <[EMAIL PROTECTED]> on Wed, 12 Apr 2006 07:10:23 -0700 (PDT), 
"Sara978 (sent by Nabble.com)" <[EMAIL PROTECTED]> said:

lists> gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
lists> 
lists> but I have this error:
lists> 
lists> ts-20060225-0_9_8a-patch.gz: not in gzip format
lists> patch: command not found

Take a quick look at ts-20060225-0_9_8a-patch.gz and see if it's
already decompressed, in that case, you can simply do this:

  patch -p1 < ts-20060225-0_9_8a-patch.gz

Cheers,
Richard

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to