gentoo: use /var/run for new /run compatibility
[util-vserver.git] / src / vps.c
index a3055a3..d72cf51 100644 (file)
--- a/src/vps.c
+++ b/src/vps.c
@@ -244,7 +244,7 @@ int main(int argc, char *argv[])
     WRITE_MSG(2,
              "WARNING: can not access /proc/uptime. Usually, this is caused by\n"
              "         procfs-security. Please read the FAQ for more details\n"
-             "         http://www.linux-vserver.org/index.php?page=Linux-Vserver+FAQ\n");
+             "         http://linux-vserver.org/Proc-Security\n");
 
   Epipe(p);
   pid = Efork();
@@ -267,5 +267,5 @@ int main(int argc, char *argv[])
   Eclose(p[0]);
   
   processOutput(data, len);
-  exitLikeProcess(pid, "ps", wrapper_exit_code);
+  vc_exitLikeProcess(pid, wrapper_exit_code);
 }