[Fusionforge-commits] r10501 - trunk/tests/openvz

Christian Bayle cbayle at libremir.placard.fr.eu.org
Thu Sep 16 15:00:54 CEST 2010


Author: cbayle
Date: 2010-09-16 15:00:54 +0200 (Thu, 16 Sep 2010)
New Revision: 10501

Modified:
   trunk/tests/openvz/Makefile
Log:
Fix some typos


Modified: trunk/tests/openvz/Makefile
===================================================================
--- trunk/tests/openvz/Makefile	2010-09-16 12:55:47 UTC (rev 10500)
+++ trunk/tests/openvz/Makefile	2010-09-16 13:00:54 UTC (rev 10501)
@@ -19,15 +19,15 @@
 
 default: 
 	@echo "Run make <target>"
-	@echo "Available target are"
-	@echo "make net : this will setup a /etc/vz/vznet.conf to register new virtual host to vmbr0 bridge"
+	@echo "Available targets are:"
+	@echo " make net : this will setup a /etc/vz/vznet.conf to register new virtual host to vmbr0 bridge"
 	@echo "  See interfaces.sample to know how to setup a bridge"
-	@echo "make builddebiantemplate : build an openvz debian template"
-	@echo "make buildcentostemplate : build an openvz centos template"
-	@echo "make createdeb : build a debian openvz vm with ID=$(VEIDDEBTMPL)"
-	@echo "make createcentos : build a centos openvz vm with ID=$(VEIDCENTOSTMPL)"
+	@echo " make builddebiantemplate : build an openvz debian template"
+	@echo " make buildcentostemplate : build an openvz centos template"
+	@echo " make createdeb : build a debian openvz vm with ID=$(VEIDDEBTMPL) from the debian template"
+	@echo " make createcentos : build a centos openvz vm with ID=$(VEIDCENTOSTMPL) from the centos template"
 	@echo ""
-	@echo "Read Makefile for other target"
+	@echo "Read Makefile for other targets"
 
 builddebiantemplate: builddebianvm
 	vzctl set $(VEID) --applyconfig basic --save




More information about the Fusionforge-commits mailing list