home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.apps
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!smaug!frodo!jipping
- From: jipping@cs.hope.edu (Mike Jipping)
- Subject: Re: Creating a tape extract_unbundle can read?
- Message-ID: <1992Dec14.121058.19854@cs.hope.edu>
- Sender: news@cs.hope.edu
- Reply-To: jipping@cs.hope.edu
- Organization: Hope College
- References: <1992Dec10.210220.2638@eplrx7.es.duPont.com>
- Date: Mon, 14 Dec 1992 12:10:58 GMT
- Lines: 26
-
- In article 2638@eplrx7.es.duPont.com, cristy@eplrx7.es.duPont.com (Cristy) writes:
- >A co-worker is interested in creating a tape that extract_unbundle can
- >read. I looked at the man page and it offered no help. Does someone
- >know how or know of a document that describes how to create a tape that
- >can be read by extract_unbundle. Please respond via Email to
-
- I use the script below. I have not used it recently, but it worked under
- SunOS 4.1.1.
-
- Mike Jipping
- Hope College Department of Computer Science
- jipping@cs.hope.edu (BITNET: JIPPING@HOPE)
-
- "He just bought a toupee. Now my father looks like he's
- balancing a roadkill on the top of his head!"
-
- -- Vinnie, "Doogie Howser, M.D."
-
- ======================= clip clip clip =====================================
- set -x
- dd if=Copyright of=/dev/rst0
- mt -f /dev/nrst0 fsf 1
- tar cvbf 126 /dev/nrst0 install_unbundled
- tar cvbf 126 /dev/rst0 gantt inseteditors gantt.wkz ganttwz
-
-
-