~ubuntu-branches/ubuntu/dapper/unattended-upgrades/dapper

« back to all changes in this revision

Viewing changes to data/50unattended-upgrades

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-05-10 20:20:54 UTC
  • Revision ID: james.westby@ubuntu.com-20060510202054-5ox9ddmt3m1k9t78
Tags: 0.1ubuntu2
* unattended-upgrade:
  - fix log output (ubuntu: #43773)
  - fix configuration by providing a example config (ubuntu: #43778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// allowed (origin, archive) pairs
 
2
Unattended-Upgrade::Allowed-Origins {
 
3
        "Ubuntu dapper-security";
 
4
//      "Ubuntu dapper-updates";
 
5
};
 
6
 
 
7
// never update the packages in this list
 
8
Unattended-Upgrade::Package-Blacklist {
 
9
//      "vim";
 
10
};