diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-02 19:15:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-02 19:15:06 +0000 |
commit | ce42ce3457229ff4351690848d7bf96936680fb4 (patch) | |
tree | e8ca973e002aa71d23c8f4bcb6bbaa1c45f2f888 /sysutils/xentools30/patches/patch-ed | |
parent | efdb9a9fdf067d471434078192658d59d3ad1b49 (diff) | |
download | pkgsrc-ce42ce3457229ff4351690848d7bf96936680fb4.tar.gz |
Fixed "test ==" and some other bugs, as reported in PR 34976. The
quality of the shell scripts is not too good ...
Diffstat (limited to 'sysutils/xentools30/patches/patch-ed')
-rw-r--r-- | sysutils/xentools30/patches/patch-ed | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xentools30/patches/patch-ed b/sysutils/xentools30/patches/patch-ed new file mode 100644 index 00000000000..48b9bd5cf08 --- /dev/null +++ b/sysutils/xentools30/patches/patch-ed @@ -0,0 +1,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 |