summaryrefslogtreecommitdiff
path: root/net-proxy/ufdbguard/files/ufdbUpdate.cron
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/ufdbguard/files/ufdbUpdate.cron')
-rw-r--r--net-proxy/ufdbguard/files/ufdbUpdate.cron13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-proxy/ufdbguard/files/ufdbUpdate.cron b/net-proxy/ufdbguard/files/ufdbUpdate.cron
new file mode 100644
index 000000000000..f9147648c8b7
--- /dev/null
+++ b/net-proxy/ufdbguard/files/ufdbUpdate.cron
@@ -0,0 +1,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