debian man page for apticron

Query: apticron

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
apt-listchanges(1) - debian
cron-apt(8) - debian
cron(1m) - sunos
cron(1m) - posix
cron(1m) - x11r4
Similar Topics in the Unix Linux Community
Cron job
cron job not working for some reasons
URGENT: cron job not running the sqlplus command in shell script
Cron job and shell script to kill a process if memory gets to high
How to add conditional check of whether a process is running before doing rest of script?