#!/bin/ksh

daemon="/usr/local/sbin/saslauthd"
daemon_flags="-a getpwent"

. /etc/rc.d/rc.subr

rc_cmd $1
