From: Daniel Hokka Zakrisson Date: Thu, 23 Nov 2006 23:56:02 +0000 (+0000) Subject: Update URL to the proc security page. X-Git-Tag: release-0.30.212~27 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e7abd16144869d483db5ec516a7b9ea842727c;p=util-vserver.git 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 --- 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));