You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by mr...@apache.org on 2009/01/22 17:14:36 UTC

svn commit: r736719 - /incubator/tashi/trunk/src/utils/nmd.c

Author: mryan3
Date: Thu Jan 22 09:14:36 2009
New Revision: 736719

URL: http://svn.apache.org/viewvc?rev=736719&view=rev
Log:
Removed a "special" directory from the source.  Replaced with something more generic.

Modified:
    incubator/tashi/trunk/src/utils/nmd.c

Modified: incubator/tashi/trunk/src/utils/nmd.c
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/utils/nmd.c?rev=736719&r1=736718&r2=736719&view=diff
==============================================================================
--- incubator/tashi/trunk/src/utils/nmd.c (original)
+++ incubator/tashi/trunk/src/utils/nmd.c Thu Jan 22 09:14:36 2009
@@ -27,7 +27,7 @@
 #include <assert.h>
 
 #define SLEEP_INTERVAL 10
-#define TASHI_PATH "/scratch/mryan3-d4/tashi/branches/mryan3/"
+#define TASHI_PATH "/usr/local/tashi/"
 #define LOG_FILE "/var/log/nodemanager.log"
 
 void make_invincible()