#!/bin/sh # # control file for periodic/daily # polipo expiry # # if [ -r /usr/local/etc/rc.d/polipo ] then echo "" echo "polipo expiry:" /usr/local/etc/rc.d/polipo expire fi if [ -r /usr/local/etc/rc.d/polipo.sh ] then echo "" echo "polipo expiry:" /usr/local/etc/rc.d/polipo.sh expire fi exit 0