reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / forward_api_calls.c
index 330bd3e..9e2d2bb 100644 (file)
@@ -1,7 +1,4 @@
 /* 
- * $Id$
- * $URL$
- *
  * forward_api_calls.c: forward XMLRPC calls to the Node Manager
  * Used as a shell, this code works in tandem with sshd
  * to allow authenticated remote access to a localhost-only service.
@@ -18,7 +15,7 @@
  */
 
 static const int TIMEOUT_SECS = 120;
-const char *API_addr = "/tmp/sliver_mgr.api";
+const char *API_addr = "/tmp/nodemanager.api";
 
 static const char *Header =
   "POST / HTTP/1.0\r\n"