source: trunk/debathena/config/auto-update/debian/athena-auto-update.8 @ 25044

Revision 25044, 1.2 KB checked in by jdreed, 13 years ago (diff)
Update man page to reflect new options
Line 
1.TH ATHENA-AUTO-UPDATE 8 "11 March 2010" "debathena-auto-update" "Athena Update System"
2.SH NAME
3athena-auto-update \- Attempt to automatically update installed packages
4.SH SYNOPSIS
5.nf
6.B athena-auto-update [-n] [-v] [-d]
7.sp
8.SH DESCRIPTION
9.BR athena-auto-update
10is intended to be run by cron on a regular basis.  It attempts to
11reconfigure any unconfigured packages, then will simulate an upgrade.
12If there are no packages to update, it will exit.  If there are
13packages to update, it will ensure that the update process won't try
14to remove any of the required metapackages.  It will then perform the
15upgrade, and update the apt-file cache.
16
17If the update fails at any point, a message will be sent to the
18\fIuser\fP syslog facility, with priority \fInotice\fP.
19
20The results of the script are logged to \fI/var/log/athena-update\fP.
21
22.SH OPTIONS
23.IP -n
24Prevents athena-auto-update from rebooting even if a package requests
25it.  Don't use it unless you know what you're doing.
26.IP -v
27Causes some output to be printed to stdout in addition to the log.
28.IP -d
29Debug mode.  Implies -v. 
30
31.SH FILES
32
33.B /var/log/athena-update
34
35.SH SEE ALSO
36
37aptitude(1)
38
39.SH AUTHOR
40SIPB Debathena Project (http://debathena.mit.edu)
41
Note: See TracBrowser for help on using the repository browser.