From: Evan Broder Date: Mon, 26 Jan 2009 13:24:19 +0000 (-0500) Subject: Fix the sed invoke from r2006. X-Git-Tag: 0.0.6^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/2b908ddd954fac426e971da70a31fbf9859e0175?ds=sidebyside Fix the sed invoke from r2006. svn path=/trunk/packages/invirt-autoinstaller/; revision=2007 --- diff --git a/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums b/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums index 33d18ee..94d888e 100755 --- a/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums +++ b/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums @@ -19,7 +19,7 @@ logMessage Script $0 starting # To avoid UDP checksum problems. installDebianPackage ${prefix} ethtool -sed -i'' -e 's/(\s*)# post-up/$1post-up/' ${prefix}/etc/network/interfaces +sed -i'' -e 's/\(\s*\)# post-up/\1post-up/' ${prefix}/etc/network/interfaces # # Log our finish