Unix and Linux Discussions Tagged with cron |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
15,398 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,993 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,105 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
1,623 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
4,223 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
10,837 |
Shell Programming and Scripting |
|
|
|
45 |
13,901 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
3,163 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,160 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
1,776 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
1,860 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
14,565 |
Solaris |
|
|
|
3 |
6,732 |
HP-UX |
|
|
|
2 |
1,354 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
10,000 |
Linux |
|
|
|
19 |
2,067 |
Shell Programming and Scripting |
|
|
|
4 |
2,286 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,503 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
4,164 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,562 |
Shell Programming and Scripting |
|
|
|
3 |
3,076 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
1,647 |
Shell Programming and Scripting |
|
|
|
2 |
5,109 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
7,827 |
AIX |
|
|
|
3 |
3,747 |
Shell Programming and Scripting |
|
|
|
3 |
2,957 |
AIX |
|
|
|
6 |
1,245 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
7,282 |
Shell Programming and Scripting |
|
|
|
5 |
800 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,196 |
Shell Programming and Scripting |
|
|
|
14 |
1,954 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
942 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,973 |
War Stories |
|
|
|
3 |
1,466 |
Shell Programming and Scripting |
|
|
|
1 |
9,626 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,609 |
Shell Programming and Scripting |
|
|
|
8 |
1,835 |
Shell Programming and Scripting |
|
|
|
1 |
1,896 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,256 |
Shell Programming and Scripting |
|
|
|
7 |
4,803 |
Shell Programming and Scripting |
apticron(1) General Commands Manual apticron(1)
NAME
apticron - Generate a mail listing packages which are pending an upgrade
SYNOPSIS
apticron [--cron]
DESCRIPTION
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.
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 --cron option is only meant to be used when invoked by cron in order to run no more than once a day.
FILES
/etc/apticron/apticron.conf
Configuration file, Email address to mail and profile for use with apt-listchanges are configurable.
/etc/cron.d/apticron
Cron job for executing apticron daily.
/etc/cron.daily/apticron
Fallback cron script for executing apticron (if no crond running or system down at designated time).
/var/lib/misc/apticron.cron
Time stamp file used by apticron when invoked with --cron option.
SEE ALSO
apt-get(8), apt-listchanges(1), cron(8)
AUTHOR
Apticron was initially developed by Colm MacCarthaigh <colm.maccarthaigh@heanet.ie> with contributions from Marc Sherman <msherman@projec-
tile.ca>. Since 2006 it is maintained and improved by Tiago Bortoletto Vaz <tiago@debian.org>.
apticron(1)