summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-ed
blob: 48b9bd5cf0871c8fd5db25c1c5684b0e8be3772d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ed,v 1.1 2006/11/02 19:15:07 rillig Exp $

--- examples/vif-bridge.orig	2006-10-15 14:22:03.000000000 +0200
+++ examples/vif-bridge	2006-11-02 20:11:03.000000000 +0100
@@ -61,7 +61,7 @@ esac
 handle_iptable
 
 log debug "Successful vif-bridge $command for $vif, bridge $bridge."
-if [ "$command" == "online" ]
+if [ "$command" = "online" ]
 then
   success
 fi