--- Config	2011-03-28 21:55:59.000000000 -0500
+++ Config.diff	2011-03-28 22:48:47.000000000 -0500
@@ -3,7 +3,7 @@
 # Config script for UnrealIRCd
 # (C) 2001 The UnrealIRCd Team
 #
-# This configure script is free software; the UnrealIRCd Team gives 
+# This configure script is free software; the UnrealIRCd Team gives
 # unlimited permission to copy, distribute and modify as long as the
 # copyright headers stay intact
 #
@@ -460,20 +460,18 @@ SAVEME="$SPATH"
 while [ -z "$TEST" ] ; do
     TEST="$SAVEME"
     echo ""
-    echo "What is the path to the ircd binary including the name of the binary?"
-    echo $n "[$TEST] -> $c"
+    echo "What is the name ircd binary? eg. ircd "
+    echo  $n "-> $c"
         read cc
     if [ -z "$cc" ] ; then
         SPATH=$TEST
-    else 
+    else
         SPATH=`eval echo $cc` # modified
     fi
-    if [ "$SPATH" = "$DPATH" ]; then
-    	echo ""
-    	echo "You need to specify the path to the BINARY, not to a directory."
-	echo "The answer to this question can never be identical to the previous one."
-    	echo "HINT: perhaps you want $DPATH/ircd ?"
-    	TEST=""
+    if [ "$SPATH" = 'unreal' ]; then
+	echo "You can not name the binary 'unreal' as that is the name of the rc script. Using 'ircd'."
+	SPATH="$DPATH/ircd"
     fi
 done
 
