summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/squid/files/squid.cron')
-rw-r--r--net-proxy/squid/files/squid.cron5
1 files changed, 0 insertions, 5 deletions
diff --git a/net-proxy/squid/files/squid.cron b/net-proxy/squid/files/squid.cron
deleted file mode 100644
index 8726ddd..0000000
--- a/net-proxy/squid/files/squid.cron
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-if test -e /var/run/squid.pid ; then
- test -n "$(cat /var/run/squid.pid|xargs ps -p|grep squid)" && \
- /usr/sbin/squid -k rotate
-fi