#!/bin/sh [ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0 /usr/lib/bcfg2/bcfg2-cron --daily > /dev/null 2>&1 || true