File: apticron.1

package info (click to toggle)
apticron 1.2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: sh: 275; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,622 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH apticron 1
.SH NAME
apticron \- Generate a mail listing packages which are pending an upgrade
.SH SYNOPSIS
.B apticron [--cron]
.br
.SH DESCRIPTION
.B apticron
is a shell script which generates a mail with a list of all packages
currently pending an upgrade, as well as summary of changes
- using apt-listchanges - to a configurable Email address.

.B apticron
is mainly intended for automatic notification of pending security
updates but can also be used in many other situations where timely
updates are necessary.

The \fB--cron\fR option is only meant to be used when invoked by
cron in order to run no more than once a day.
.SH FILES
.TP
\fI/etc/apticron/apticron\&.conf\fR
Configuration file, Email address to mail and profile for use with
apt-listchanges are configurable.
.TP
\fI/etc/cron\&.d/apticron\fR
Cron job for executing apticron daily.
.TP
\fI/etc/cron\&.d/apticron\fR
Fallback cron script for executing apticron (if no crond running or system
down at designated time).
.TP
\fI/var/lib/apticron/cron_run\fR
Time stamp file used by apticron when invoked with \-\-cron option.
.SH SEE ALSO
.BR apt-get (8),
.BR apt-listchanges (1),
.BR cron (8)
.br
.SH BUGS
In a particular situation apticron may report non-installed packages to be
upgraded. It's inconvenient, but it's not a bug in apticron itself. Please see
https://bugs.debian.org/544481#105 for details.

.SH AUTHOR
Apticron was initially developed by Colm MacCarthaigh
<colm.maccarthaigh@heanet.ie> with contributions from Marc Sherman
<msherman@projectile.ca>. Since 2006 it is maintained and improved by Tiago
Bortoletto Vaz <tiago@debian.org>.