From 60e7abd16144869d483db5ec516a7b9ea842727c Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 23 Nov 2006 23:56:02 +0000 Subject: [PATCH] Update URL to the proc security page. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2396 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vserver.functions | 2 +- src/vps.c | 2 +- src/vserver-stat.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 47eca33..edda60a 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1072,7 +1072,7 @@ WARNING: There is no cachedirectory configured for this vserver; panic $"\ /proc/uptime can not be accessed. Usually, this is caused by procfs-security. Please read the FAQ for more details -http://www.linux-vserver.org/index.php?page=Linux-Vserver+FAQ" +http://linux-vserver.org/Proc-Security" } diff --git a/src/vps.c b/src/vps.c index a3055a3..d903f3a 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(); diff --git a/src/vserver-stat.c b/src/vserver-stat.c index 6d78f9d..4927141 100644 --- a/src/vserver-stat.c +++ b/src/vserver-stat.c @@ -568,7 +568,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"); Vector_init(&xid_data, sizeof(struct XidData)); -- 1.8.1.5