You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:52:13 UTC

svn commit: r1132158 - /incubator/mesos/trunk/src/conf/deploy-env.sh.template

Author: benh
Date: Sun Jun  5 08:52:13 2011
New Revision: 1132158

URL: http://svn.apache.org/viewvc?rev=1132158&view=rev
Log:
Updated comment to make it helpful for people that might want to use deploy-env.sh.template.

Modified:
    incubator/mesos/trunk/src/conf/deploy-env.sh.template

Modified: incubator/mesos/trunk/src/conf/deploy-env.sh.template
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/conf/deploy-env.sh.template?rev=1132158&r1=1132157&r2=1132158&view=diff
==============================================================================
--- incubator/mesos/trunk/src/conf/deploy-env.sh.template (original)
+++ incubator/mesos/trunk/src/conf/deploy-env.sh.template Sun Jun  5 08:52:13 2011
@@ -16,7 +16,6 @@ SSH_OPTS="-o StrictHostKeyChecking=no -o
 # This works with older versions of hostname, but not on Mac OS X.
 #LIBPROCESS_IP="hostname -i" 
 
-# This works with newer versions of hostname.
-#FULL_IP="hostname --all-ip-addresses" 
-
+# This works with a newer version of hostname on Ubuntu.
+#FULL_IP="hostname --all-ip-addresses"
 #export LIBPROCESS_IP=`echo $FULL_IP | sed 's/\([^ ]*\) .*/\1/'`