X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvps.c;h=d72cf51e76970c7503ff71d8ba1a4f9b1f4a4c37;hb=HEAD;hp=a3055a360fec9d6cb9d20337b67475990e38fb3b;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/vps.c b/src/vps.c index a3055a3..d72cf51 100644 --- 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); }