#!/bin/sh

if [ -r /etc/diffmon/diffmon.cf ] && [ -x /usr/bin/diffmon ] ; then

diffmon -c diffmon.cf

fi

