Package: ntp
Version: 1:4.2.2+dfsg.2-1
Severity: wishlist

Please add the variable NTPD_DAILY_CYCLE to the cron-script for the find
command, so that an user can self decide how long a copy of stats will
saved.

-- 
Key fingerprint = DC3C 257C 2B71 8FA4 F609  F7F7 7C14 F806 5665 77FD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Was nicht fliegen kann, kann auch nicht abstürzen.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9a10,17
> if [ -r /etc/default/ntp ]; then
>       . /etc/default/ntp
> fi
> 
> if [ -z $NTPD_DAILY_CYCLE ]; then
>       NTPD_DAILY_CYCLE='7'
> fi
> 
13c21
<       find "$statsdir" -type f -mtime +7 -exec rm {} \;
---
>       find "$statsdir" -type f -mtime +$NTPD_DAILY_CYCLE -exec rm {} \;
1a2
> NTPD_DAILY_CYCLE='30'

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to