]> 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:24:00 +0000 (14:24 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 15 Oct 2011 12:24:00 +0000 (14:24 +0200)
r/a=mkanat

docs/en/xml/installation.xml

index a5acff2f28f8fe0fb06f8c9416024751f5d589ad..b6cf06ab510b2ba2314522c4f0e8a45f1c4eda6d 100644 (file)
@@ -1358,7 +1358,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
@@ -1389,7 +1389,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>
@@ -1419,7 +1419,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>