merge 642309 642967
thanks

Hi Dwayne,

On 09/26/2011 04:23 AM, Dwayne C. Litzenberger wrote:
> Package: cron
> Version: 3.0pl1-116
> Severity: minor
> 
> The crontab(5) manual page contains the following example:
> 
>        # Run on every second Saturday of the month
>        0 4 8-14 * *    test $(date +%u) -eq 6 && echo "2nd Saturday"
> 
> It should read as follows (note the backslash before the percent-sign):
> 
>        # Run on every second Saturday of the month
>        0 4 8-14 * *    test $(date +\%u) -eq 6 && echo "2nd Saturday"

This was recently reported at #642309 and a fix has already been committed.

A stable point release for Squeeze is coming up, perhaps we can get this
(and other documentation fixes) in there in time.


Regards,
Christian

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to