#!/bin/sh patch -p0 < /etc/daemonsbkg.patch if ! grep -q "DAEMONSBKG" /etc/rc.conf; then echo "DAEMONSBKG=()" >> /etc/rc.conf fi