From: Evan Broder Date: Wed, 2 Apr 2008 02:21:23 +0000 (-0400) Subject: Don't add "d_" to the server name here - do it later X-Git-Tag: sipb-xen-console/6.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/commitdiff_plain/a9bec8fc9ad6afac4b9f55c9b74190e409eaa594 Don't add "d_" to the server name here - do it later svn path=/trunk/packages/sipb-xen-console/; revision=382 --- 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