Update of /cvsroot/mln/mln-cvs/plugins
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25642
Modified Files:
ec2.pl
Log Message:
...
Index: ec2.pl
===================================================================
RCS file: /cvsroot/mln/mln-cvs/plugins/ec2.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ec2.pl 4 Nov 2009 15:27:25 -0000 1.1
--- ec2.pl 4 Nov 2009 15:28:36 -0000 1.2
***************
*** 7,11 ****
# CONFIGURATION
####################
! my $EC2_MODULES_i386 = "/home/kyrre/2.6.16-xenU";
my $EC2_MODULES_x86_64 = "/opt/mln/2.6.16.33-xenU";
my $EC2_USER = "/root/.amazon/user.txt";
--- 7,11 ----
# CONFIGURATION
####################
! my $EC2_MODULES_i386 = "/opt/mln/2.6.16-xenU";
my $EC2_MODULES_x86_64 = "/opt/mln/2.6.16.33-xenU";
my $EC2_USER = "/root/.amazon/user.txt";
|