summaryrefslogtreecommitdiff
blob: f9147648c8b77e60ea98b73bd6305bf45f9383bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# cron.daily file to update the ufdb database

# Avoid doing anything if no download user is set in the configuration
# file
( . /etc/conf.d/ufdb ; [ -z "${DOWNLOAD_USER}" ]; ) && exit

/usr/sbin/ufdbUpdate

/etc/init.d/squid rotate