]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 445804: Suggested crontab configuration opens security hole
authorMatt Selsky <selsky@columbia.edu>
Sat, 15 Oct 2011 12:20:33 +0000 (14:20 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 15 Oct 2011 12:20:33 +0000 (14:20 +0200)
r/a=mkanat

docs/en/xml/installation.xml

index 8a4fc055c72a6ff2ded3f5d236b4efe05102148c..85d0584f5927108438057e30344f39536d4ebd04 100644 (file)
@@ -1354,7 +1354,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
         daily at 5 after midnight:
       </para>
       
-      <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./collectstats.pl</programlisting>
+      <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./collectstats.pl</programlisting>
 
       <para>
         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. 
       </para>
 
-      <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting>
+      <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whineatnews.pl</programlisting>
 
       <note>
         <para>
@@ -1415,7 +1415,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
         graphs. This example runs it every 15 minutes. 
       </para>
 
-      <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; ; ./whine.pl</programlisting>
+      <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whine.pl</programlisting>
 
       <note>
         <para>