$NetBSD: patch-ae,v 1.3 2006/10/09 13:29:00 ben Exp $

--- configure.orig	2005-01-23 05:15:22.000000000 -0800
+++ configure
@@ -216,9 +216,9 @@ else
 		if test $? -eq 0
 		then
 			echo "Found passwd entry for user $USERDATA"
-		else
-			echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
-			exit 1
+#		else
+#			echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
+#			exit 1
 		fi
 		echo ""; echo ""
 
@@ -303,10 +303,10 @@ else
 		echo ""; echo ""
 
 		echo "What is the name of this host [`uname -n`] ? "
-		if test -z "$BBHOSTNAME"
-		then
-			read BBHOSTNAME
-		fi
+#		if test -z "$BBHOSTNAME"
+#		then
+#			read BBHOSTNAME
+#		fi
 		if test -z "$BBHOSTNAME"
 		then
 			BBHOSTNAME=`uname -n`
