Update URL to the proc security page.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 23 Nov 2006 23:56:02 +0000 (23:56 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 23 Nov 2006 23:56:02 +0000 (23:56 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2396 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver.functions
src/vps.c
src/vserver-stat.c

index 47eca33..edda60a 100644 (file)
@@ -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"
 }
 
 
index a3055a3..d903f3a 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();
index 6d78f9d..4927141 100644 (file)
@@ -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));