From 91227c3f91fd62aee773667812da4be9bcf94003 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Fri, 31 Aug 2012 10:42:05 +0100 Subject: hotplug/NetBSD: fix xenstore_write usage in error xenstore_write doesn't exist, use xenstore-write instead. The error function is currently broken without this change. Signed-off-by: Roger Pau Monne Signed-off-by: Christoph Egger Acked-by: Ian Jackson Committed-by: Ian Campbell --- tools/hotplug/NetBSD/block | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hotplug') diff --git a/tools/hotplug/NetBSD/block b/tools/hotplug/NetBSD/block index cf5ff3a2f9..28135f5168 100644 --- a/tools/hotplug/NetBSD/block +++ b/tools/hotplug/NetBSD/block @@ -12,7 +12,7 @@ export PATH error() { echo "$@" >&2 - xenstore_write $xpath/hotplug-status error + xenstore-write $xpath/hotplug-status error exit 1 } -- cgit v1.2.3