pkgsrc/sysutils/xentools20/patches/patch-az
2006-10-15 22:54:26 +00:00

13 lines
317 B
Text

$NetBSD: patch-az,v 1.1 2006/10/15 23:34:02 seb Exp $
--- examples/vif-bridge.orig 2005-08-03 23:57:57.000000000 +0000
+++ examples/vif-bridge
@@ -70,7 +70,7 @@ case $OP in
esac
# Don't do anything if the bridge is "null".
-if [ "${bridge}" == "null" ] ; then
+if [ "${bridge}" = "null" ] ; then
exit
fi