From 403695a4c201383ec258529d32e21762769c1567 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 17 Nov 1994 11:53:14 +0000 Subject: Eliminate the use of cpio in extraction. The stupid thing whines too much, and it doesn't support --unlink. I think it's time to nuke cpio completely out of the installation process, unless someone can think of a really good reason to keep it (and don't say multiple volume extraction since we a) don't use it anywhere anyway, and b) tar supports that too, now). --- release/bininst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index a9c8208..4643c4a 100755 --- a/release/bininst +++ b/release/bininst @@ -13,7 +13,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: bininst,v 1.38 1994/11/15 13:40:00 jkh Exp $ +# $Id: bininst,v 1.39 1994/11/16 07:51:41 jkh Exp $ if [ "$_BININST_LOADED_" = "yes" ]; then echo "Error, $0 loaded more than once!" @@ -80,7 +80,7 @@ available which you may wish to investigate. Look in: ftp://ftp.freebsd.org/pub/FreeBSD/${DISTNAME}/packages Any install-related comments to jkh@freebsd.org, phk@freebsd.org or -paul@freebsd.org." 22 72 +paul@freebsd.org." -1 -1 } welcome -- cgit v1.1