Olaf Hering
61653f6441
- rename 5 patches which were merged upstream OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=207
22 lines
824 B
Diff
22 lines
824 B
Diff
changeset: 26006:8b6870d686d6
|
|
user: Olaf Hering <olaf@aepfle.de>
|
|
date: Mon Oct 08 12:18:30 2012 +0100
|
|
files: tools/hotplug/Linux/network-nat
|
|
description:
|
|
hotplug/Linux: Remove tracing (bash -x) from network-nat script
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
Acked-by: Ian Campbell <ian.campbell@citrix.com>
|
|
Committed-by: Ian Campbell <ian.campbell@citrix.com>
|
|
|
|
|
|
diff -r cdb48f1742f3 -r 8b6870d686d6 tools/hotplug/Linux/network-nat
|
|
--- a/tools/hotplug/Linux/network-nat Mon Oct 08 12:18:29 2012 +0100
|
|
+++ b/tools/hotplug/Linux/network-nat Mon Oct 08 12:18:30 2012 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash -x
|
|
+#!/bin/bash
|
|
#============================================================================
|
|
# Default Xen network start/stop script when using NAT.
|
|
# Xend calls a network script when it starts.
|