Commit 21c07d4c authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 445804: Suggested crontab configuration opens security hole

r/a=mkanat
parent bbdce8cf
...@@ -1362,7 +1362,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1362,7 +1362,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
daily at 5 after midnight: daily at 5 after midnight:
</para> </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> <para>
After two days have passed you'll be able to view bug graphs from After two days have passed you'll be able to view bug graphs from
...@@ -1393,7 +1393,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1393,7 +1393,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it at 12.55am. graphs. This example runs it at 12.55am.
</para> </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> <note>
<para> <para>
...@@ -1423,7 +1423,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1423,7 +1423,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it every 15 minutes. graphs. This example runs it every 15 minutes.
</para> </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> <note>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment