> 15 00 * * * apt-get update && apt-get dist-upgrade

I would NEVER do a dist-upgrade by itself.  Use this instead:

15 00 * * * apt-get update && apt-get -d -y dist-upgrade

That will cache your packages and you can run the dist-upgrade in the
morning when you get in, without downloading packages.

If your run a dist-upgrade automatically, you might wake up to a broken
system ;)

-- 
  .''`.  Arthur H. Johnson II
 : :' :  Debian GNU/Linux Advocate
 `. `'   AYSO Region 721 U6-G3 Coach
   `-    Soccer is Life


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to