aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README.incompatibilities
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-28 11:05:07 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-28 11:05:07 +0000
commitdad18c78cb52afe5428abf5403725118a285e641 (patch)
tree8a40299ea261aa50154e99be6a14c49b1e1f5506 /tools/examples/README.incompatibilities
parent74f2b3c56d96838f6e4bec8c746e09e9e18b756c (diff)
downloadxen-dad18c78cb52afe5428abf5403725118a285e641.tar.gz
xen-dad18c78cb52afe5428abf5403725118a285e641.tar.bz2
xen-dad18c78cb52afe5428abf5403725118a285e641.zip
Change uses of \s within sed regexps -- some versions of sed do not support this
escape. Allow the vif-nat and vif-route scripts to have netdev specified, rather than hard-coding eth0. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/README.incompatibilities')
-rw-r--r--tools/examples/README.incompatibilities6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/examples/README.incompatibilities b/tools/examples/README.incompatibilities
index 2d2c9503cf..87b2dbd62e 100644
--- a/tools/examples/README.incompatibilities
+++ b/tools/examples/README.incompatibilities
@@ -23,3 +23,9 @@ appropriately. See xen-network-common.sh for details.
Gentoo doesn't have ifup/ifdown; appropriate alternatives are defined in
xen-network-common.sh.
+
+sed
+---
+
+\s is not supported in regexps on Debian etch (sed 4.1.2), Ubuntu 4.10. We
+hand-craft character classes instead.