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

docs/en/xml/installation.xml

index 8df4574395dc9f765bad70f7d927b0b470325317..cfd9f14f37ef5e649c57a40ec8089d0be7a9376c 100644 (file)
@@ -1369,7 +1369,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
@@ -1400,7 +1400,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>
@@ -1430,7 +1430,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>