Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!zib-berlin.de!news.tu-chemnitz.de!irz401!narcisa.sax.de!not-for-mail From: j@narcisa.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Upgrade from 401295 --> 2.0.5 Date: 12 Jun 1995 14:02:00 +0200 Organization: Private U**x site, Dresden. Lines: 19 Message-ID: <3rhabo$n0a@bonnie.tcd-dresden.de> References: <3repbf$opp@gryphon.phoenix.net> <3rfa71$q5q@gryphon.phoenix.net> <3rha8u$mv3@bonnie.tcd-dresden.de> Reply-To: joerg_wunsch@uriah.heep.sax.de NNTP-Posting-Host: 192.109.108.139 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit J Wunsch <joerg_wunsch@uriah.heep.sax.de> wrote: (yeah, me :) >cat src-* | (cd /usr; tar -xvzf -) ...just in case the files are cpio format (i'm not sure), the trick is: cat src-* | gzip -d -c | cpio -it to view the archive, and cat src-* | gzip -d -c | (cd /usr; cpio -ivdmu) to extract it. -- cheers, J"org private: joerg_wunsch@uriah.heep.sax.de http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)