aboutsummaryrefslogtreecommitdiff
path: root/www/polipo/files/400.polipo.in
blob: 47d6352faf20e310bd8d9c1bc0b855bebb48ac54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
#
# control file for periodic/daily
# polipo expiry
# 
#

if [ -r %%PREFIX%%/etc/rc.d/polipo ]
then
	echo ""
	echo "polipo expiry:"
	%%PREFIX%%/etc/rc.d/polipo expire
fi
if [ -r %%PREFIX%%/etc/rc.d/polipo.sh ]
then
	echo ""
	echo "polipo expiry:"
	%%PREFIX%%/etc/rc.d/polipo.sh expire
fi

exit 0