Index: tools/config-node.sh
===================================================================
--- tools/config-node.sh	(revision 4990)
+++ tools/config-node.sh	(revision 4997)
@@ -14,4 +14,5 @@
 # 1.04  Add auto read-only detection. (dirkx)
 # 1.05  Cope with WHOST containing a port number. (dirkx).
+# 1.06  Better diff (dirkx)
 #
 # If there is a global system configuration file, suck it in.
@@ -24,5 +25,5 @@
 HTTP_PROXY_DEFAULT=${HTTP_PROXY:-http://proxy.wleiden.net:3128}
 HTTP_USER_AGENT=${HTTP_USER_AGENT:-curl.faked.fetch/0.0}
-VERSION=1.05
+VERSION=1.06
 QUIET=${QUIET:-}
 PRETEND=no
@@ -244,6 +245,6 @@
 
 do_diff() {
-	if test -e $1; then
-		diff -uwbB $1 $1.new
+	if test -e $lcd/$1; then
+		diff -uwbB $lcd/$1 $1.new
 	else
 		echo Warning: $1 does not yet exist - no DIFF
