From 00c8a586cabfb70d427846fa86c855aadb06f49b Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 5 Jun 2006 21:44:31 +0000 Subject: [PATCH] updated for 4.2 git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3363 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/en/upgrading.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/en/upgrading.txt b/doc/en/upgrading.txt index 908a3609..a6966257 100644 --- a/doc/en/upgrading.txt +++ b/doc/en/upgrading.txt @@ -5,6 +5,14 @@ Upgrading ========= +Migrating from 4.1 to 4.2 +------------------------- + +If run under Unix system as the 'root' user, LinkChecker drops +privileges and runs under the 'nobody' user account. +The new option --allow-root prevents this, ie. enables the old +pre-4.2 behaviour. + Migrating from 3.x to 4.0 -------------------------