merge trunk, and also make sure localrc exists before running  build_lxc.sh
diff --git a/stack.sh b/stack.sh
index 97c39f8..dc151a6 100755
--- a/stack.sh
+++ b/stack.sh
@@ -366,7 +366,7 @@
         cat <<EOF >$HOME/.my.cnf
 [client]
 user=$MYSQL_USER
-password=$MYSQL_PASS    
+password=$MYSQL_PASSWORD
 host=$MYSQL_HOST
 EOF
         chmod 0600 $HOME/.my.cnf