diff --git a/debian/changelog b/debian/changelog index 539b596..3d896c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xen-tools (3.9-2) unstable; urgency=high + + - Ensure that the hook scripts which setup networking details for + Debian & Ubuntu guests will correctly setup teh broadcast address. + + -- Steve Kemp Wed, 20 Feb 2007 21:22:23 +0000 + xen-tools (3.9-1) unstable; urgency=low - general: diff --git a/hooks/debian/40-setup-networking b/hooks/debian/40-setup-networking index 1eae1e6..e1e7a60 100755 --- a/hooks/debian/40-setup-networking +++ b/hooks/debian/40-setup-networking @@ -82,7 +82,7 @@ setupStaticNetworking () # bcast=''; if [ ! -z "${broadcast}" ]; then - bcast=' broadcast ${broadcast}' + bcast=" broadcast ${broadcast}" fi # diff --git a/hooks/edgy/40-setup-networking b/hooks/edgy/40-setup-networking index 6e518e8..f46c38c 100755 --- a/hooks/edgy/40-setup-networking +++ b/hooks/edgy/40-setup-networking @@ -72,7 +72,7 @@ setupStaticNetworking () # bcast=''; if [ ! -z "${broadcast}" ]; then - bcast=' broadcast ${broadcast}' + bcast=" broadcast ${broadcast}" fi #