From: Matt Selsky Date: Sat, 15 Oct 2011 12:20:33 +0000 (+0200) Subject: Bug 445804: Suggested crontab configuration opens security hole X-Git-Tag: bugzilla-4.0.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f728609ffdc5c0fc336209ce01a5ab9e82b7b36e;p=thirdparty%2Fbugzilla.git Bug 445804: Suggested crontab configuration opens security hole r/a=mkanat --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8a4fc055c7..85d0584f59 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1354,7 +1354,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s daily at 5 after midnight: - 5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + 5 0 * * * cd <your-bugzilla-directory> && ./collectstats.pl After two days have passed you'll be able to view bug graphs from @@ -1385,7 +1385,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it at 12.55am. - 55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl + 55 0 * * * cd <your-bugzilla-directory> && ./whineatnews.pl @@ -1415,7 +1415,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it every 15 minutes. - */15 * * * * cd <your-bugzilla-directory> ; ./whine.pl + */15 * * * * cd <your-bugzilla-directory> && ./whine.pl