summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-ef
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools30/patches/patch-ef')
-rw-r--r--sysutils/xentools30/patches/patch-ef13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/xentools30/patches/patch-ef b/sysutils/xentools30/patches/patch-ef
deleted file mode 100644
index 6ad8f37631c..00000000000
--- a/sysutils/xentools30/patches/patch-ef
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ef,v 1.1 2006/11/02 19:15:07 rillig Exp $
-
---- examples/vif-route.orig 2006-10-15 14:22:03.000000000 +0200
-+++ examples/vif-route 2006-11-02 20:04:53.000000000 +0100
-@@ -50,7 +50,7 @@ fi
- handle_iptable
-
- log debug "Successful vif-route $command for $vif."
--if [ "$command" == "online" ]
-+if [ "$command" = "online" ]
- then
- success
- fi