diff -ruN heartbeat-0.4.9.0l/debian/changelog heartbeat-0.4.9.0l.new/debian/changelog
--- heartbeat-0.4.9.0l/debian/changelog	Mon Jul 25 18:17:57 2005
+++ heartbeat-0.4.9.0l.new/debian/changelog	Mon Jul 25 18:13:49 2005
@@ -1,3 +1,10 @@
+heartbeat (0.4.9.0l-7.4) oldstable-security; urgency=low
+
+  * Fix bug in configuration script which for some reason manifets just now
+    (closes: Bug#319406)
+
+ -- Simon Horman <horms@debian.org>  Mon, 25 Jul 2005 18:12:42 +0900
+
 heartbeat (0.4.9.0l-7.3) oldstable-security; urgency=high
 
   * Non-maintainer upload by Security Team
diff -ruN heartbeat-0.4.9.0l/debian/shellfuncs.m4 heartbeat-0.4.9.0l.new/debian/shellfuncs.m4
--- heartbeat-0.4.9.0l/debian/shellfuncs.m4	Mon Jul 25 18:17:57 2005
+++ heartbeat-0.4.9.0l.new/debian/shellfuncs.m4	Mon Jul 25 18:11:26 2005
@@ -177,7 +177,7 @@
     dnl as long as entry not empty
     while [ -n "$ENTRY" ]; do changequote([,])
 	# get the nic in front of the value
-	INT=`echo "$ENTRY" | cut -d$1 -f1 | sed -e 's/\ //g'` changequote(_,_)
+	INT=`echo "$ENTRY" | cut -d"$1" -f1 | sed -e 's/\ //g'` changequote(_,_)
 	# when specified nic ($1) != NIC is
 	if [ "$INT" != "V1()" ]; then changequote([,])
 	    # return this value

