Jason Williams wrote:

<cut> 
> Does urpmi have the ability to pull security patches down and
> automatically install?
> 

This might help you.

[EMAIL PROTECTED] test]$ cat /etc/cron.weekly/update_mdk
#!/bin/bash
#Keeps the system updated
urpmi.update -a --wget  && urpmi --wget --auto --auto-select --no-verify-rpm
[EMAIL PROTECTED] test]$


you might want to change that to just get the updates, 
this first get new list from all of the defined urpmi-sources
(urpmi.update -a), then updates all the installed packages (--auto-select),
with no confirmation (--auto), regardless of not signed rpms
(--no-verify-rpm), both operations using wget instead of curl.
Since it's in cron.weekly, well once a week...

This is on my destop, a produktion server proberbly needs 
restart of updated programs.

/Björn



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to