$NetBSD: patch-sparc-aa,v 1.4 2003/08/11 10:39:37 markd Exp $

--- solaris/hinst.orig	2006-11-17 13:10:38.000000000 +0000
+++ solaris/hinst	2007-01-19 18:59:43.000000000 +0000
@@ -91,7 +91,7 @@
 PORT=solaris
 
 #  The command to undo the archive on this platform.
-EXTRACT_ARCHIVE="cpio -icmud"
+EXTRACT_ARCHIVE="cpio -imud"
 
 # The thing that goes between the owner and group to set both by chown.
 CHOWNGRP_TOKEN=":"
@@ -111,7 +111,7 @@
 
 # The hosts file name
 CAT_CMD=cat
-MORE_CMD=more
+MORE_CMD="echo please read"
 CAT_HOST_ARG=/etc/hosts
 
 # The command to read host information from NIS
@@ -2072,15 +2072,6 @@
 	TOPDIR=$1
 	INST_DIR=$2
 
-	# Check that there is enough space ...
-	if check_pkg_fits 
-	then
-		:
-	else
-		/bin/false
-		return 
-	fi
-
 	if [ ! -d "$INST_DIR" ]
 	then
 		eval $ECHO_CMD $instpkgs2c
