reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / forward_api_calls.c
index fe918a8..9e2d2bb 100644 (file)
@@ -1,4 +1,5 @@
-/* forward_api_calls.c: forward XMLRPC calls to the Node Manager
+/* 
+ * 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.
  *
@@ -14,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"