Felix Lechner pushed to branch master at lintian / lintian
Commits:
- 
371f4a5c
by Felix Lechner at 2022-03-14T14:05:08-07:00
 
1 changed file:
Changes:
| 1 | 1 |  Tag: missing-systemd-timer-for-cron-script
 | 
| 2 | -Severity: pedantic
 | 
|
| 3 | -Experimental: yes
 | 
|
| 2 | +Severity: warning
 | 
|
| 4 | 3 |  Check: systemd
 | 
| 5 | -See-Also: systemd.timer(5), anacron(8)
 | 
|
| 6 | 4 |  Explanation: This package ships the specified cron script but does not ship a
 | 
| 7 | 5 |   equivalent systemd <code>.timer</code> unit.
 | 
| 8 | 6 |   .
 | 
| ... | ... | @@ -12,3 +10,7 @@ Explanation: This package ships the specified cron script but does not ship a | 
| 12 | 10 |   .
 | 
| 13 | 11 |   Please consider shipping an equivalent <code>.timer</code> file for this
 | 
| 14 | 12 |   script.
 | 
| 13 | +See-Also:
 | 
|
| 14 | + systemd.timer(5),
 | 
|
| 15 | + anacron(8),
 | 
|
| 16 | + Bug#1007257 |