Last change
on this file since 2056 was
1182,
checked in by mitchb, 15 years ago
|
Configure yum-updatesd with the scripts customizations
o Check every 4 hours instead of every hour
o E-mail us about updates
o Download updates and their dependencies automatically
|
File size:
499 bytes
|
Rev | Line | |
---|
[1181] | 1 | [main] |
---|
| 2 | # how often to check for new updates (in seconds) |
---|
[1182] | 3 | run_interval = 14400 |
---|
[1181] | 4 | # how often to allow checking on request (in seconds) |
---|
| 5 | updaterefresh = 600 |
---|
| 6 | |
---|
| 7 | # how to send notifications (valid: dbus, email, syslog) |
---|
[1182] | 8 | emit_via = dbus email |
---|
[1181] | 9 | # should we listen via dbus to give out update information/check for |
---|
| 10 | # new updates |
---|
| 11 | dbus_listener = yes |
---|
| 12 | |
---|
| 13 | # automatically install updates |
---|
| 14 | do_update = no |
---|
| 15 | # automatically download updates |
---|
[1182] | 16 | do_download = yes |
---|
[1181] | 17 | # automatically download deps of updates |
---|
[1182] | 18 | do_download_deps = yes |
---|
Note: See
TracBrowser
for help on using the repository browser.