[xen-tools] Gentoo-Stub breaks Debian-VM creation

Sven Hartge sven at svenhartge.de
Thu Jul 13 18:16:08 CEST 2006


Hello.

The change 
http://www.cvsrepository.org/cgi-bin/trac/xen-tools/chngview?cn=556
introduces a "nice" copy'n'waste error, which breaks any creation of a 
Debian VM.

The function should of course be named "InstallGentooPackage".
Please apply attached diff.

Grüße,
Sven

-- 
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/

Achtung, neue Mail-Adresse: sven at svenhartge.de
-------------- next part --------------
Index: hooks/common.sh
===================================================================
RCS file: /home/cvs/xen-tools/hooks/common.sh,v
retrieving revision 1.4
diff -u -r1.4 common.sh
--- hooks/common.sh	23 Jun 2006 17:55:40 -0000	1.4
+++ hooks/common.sh	13 Jul 2006 16:16:33 -0000
@@ -114,7 +114,7 @@
 #
 # TODO: STUB
 #
-function installDebianPackage
+function installGentooPackage
 {
     prefix=$1
     package=$2
@@ -126,4 +126,5 @@
     
     logMessage "NOTE: Not doing anything - this is a stub - FIXME"
 
-}
\ No newline at end of file
+}
+


More information about the xen-tools-discuss mailing list