From a9bec8fc9ad6afac4b9f55c9b74190e409eaa594 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 1 Apr 2008 22:21:23 -0400 Subject: [PATCH] Don't add "d_" to the server name here - do it later svn path=/trunk/packages/sipb-xen-console/; revision=382 --- debian/changelog | 7 +++++++ files/usr/bin/sipb-xen-consolesh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 685923d..5036035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sipb-xen-console (6.1) unstable; urgency=low + + * Don't add the "d_" to the domain name on this side - do it on the + black-mesa side + + -- SIPB Xen Project Tue, 01 Apr 2008 22:20:47 -0400 + sipb-xen-console (6) unstable; urgency=low * modprobe fuse before attaching consolefs diff --git a/files/usr/bin/sipb-xen-consolesh b/files/usr/bin/sipb-xen-consolesh index ffaa191..6e100f9 100755 --- a/files/usr/bin/sipb-xen-consolesh +++ b/files/usr/bin/sipb-xen-consolesh @@ -1,4 +1,4 @@ #!/bin/bash -export VM_NAME="d_$USER" +export VM_NAME="$USER" ssh console@black-mesa -- 1.7.9.5