cron-apt for Debian
-------------------

 Edit /etc/cron-apt/config
 and add rules to
 /etc/cron-apt/action.d

 You can also add extra configuration files to
 /etc/cron-apt/config.d/<actionname> that will be loaded for that action.
 That information is kept for next action too.

 The configuration in /etc/cron-apt/config consist of a couple of variables
 that you can set. They are documented in the config file itself.

 If you want this tool to be run even if you do not have it up at
 04 in the morning you can create a symbolic link from /etc/cron.daily/cron-apt
 to /usr/sbin/cron-apt. It will then be run every day. Similar things can
 be done for each week, and so on.

  ln -s /usr/sbin/cron-apt /etc/cron.daily/cron-apt

 Observe that it is not always a good thing to update package information
 and download files when the computer is started. This is especially true
 if you do not have a good Internet connection.

 You also need to disable the normal cron.d/cron-apt file if you do not want
 it to be run twice.

License terms
-------------

 Copyright (C) 2002-2004 Ola Lundqvist <opal@debian.org>

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
