[Fusionforge-commits] r10893 - trunk/tests/openvz
Christian Bayle
cbayle at libremir.placard.fr.eu.org
Fri Oct 8 12:13:41 CEST 2010
Author: cbayle
Date: 2010-10-08 12:13:41 +0200 (Fri, 08 Oct 2010)
New Revision: 10893
Modified:
trunk/tests/openvz/Makefile
Log:
Remove sudo for vzctl
Modified: trunk/tests/openvz/Makefile
===================================================================
--- trunk/tests/openvz/Makefile 2010-10-08 10:10:32 UTC (rev 10892)
+++ trunk/tests/openvz/Makefile 2010-10-08 10:13:41 UTC (rev 10893)
@@ -16,7 +16,7 @@
VZPRIVATEDIR=/var/lib/vz/private
# You shouldn't change the next line, don't really work
VZTEMPLATEDIR=/var/lib/vz/template
-VZCTL=sudo /usr/sbin/vzctl
+VZCTL=/usr/sbin/vzctl
DEBOOTSTRAP=/usr/sbin/debootstrap
RINSE=extrapackage="$(EXTRACENTOSPACKAGE)" /usr/sbin/rinse
More information about the Fusionforge-commits
mailing list