~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to README

  • Committer: Kees Cook
  • Date: 2010-03-11 08:13:20 UTC
  • Revision ID: kees@outflux.net-20100311081320-2bas7tauws9fxha1
debian/control, data/update-motd-cpu-checker: move motd updater into
the data/ tree and add to build system now that check-bios-nx is part
of the external cpu-checker package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
--------------------------
3
3
 
4
4
This is a small tray icon that backgrounds itself and checks for
5
 
upgrades. It does nothing more. It must be ensured by other means
6
 
(like a cron job) that a regular "apt-get update" is done. This is
7
 
ensured by installing a option into /etc/apt/apt.conf.d to trigger a
8
 
cron update script. It uses FAM to monitor /var/lib/apt/lists/* and 
9
 
/var/lib/update-notifier/dpkg-run-stamp. If they change it updates it's
10
 
status.
 
5
upgrades. It must be ensured by other means (like a cron job) that a
 
6
regular "apt-get update" is done. This is ensured by installing a
 
7
option into /etc/apt/apt.conf.d to trigger a cron update script. It
 
8
uses FAM to monitor /var/lib/apt/lists/* and
 
9
/var/lib/update-notifier/dpkg-run-stamp. If they change it updates
 
10
it's status.
11
11
 
12
12
Needs libgnomeui2.0-dev and libhal-dev to build and gksu to run.
13
13
 
 
14
It also supports interactive hooks and reboot notification support,
 
15
see HOOKS for details. 
 
16
 
 
17
It will detect if a new distribution CD is inserted and supports addon 
 
18
CDs. 
 
19
 
 
20
Additionally it has grown avahi and crash report collection
 
21
support. Both very ubuntu specific.
14
22
 
15
23
Based on ideas of Matt Zimmerman und Jeff Waught. Tray example from
16
24
Lukas Lipka <lukas@pmad.net>. Lot's of cleanups from Michiel Sikkes.