#!/bin/sh # # $FreeBSD: ports/mail/missey/files/mps.sh.in,v 1.1 2006/07/06 06:12:21 delphij Exp $ # # PROVIDE: mps # REQUIRE: LOGIN # # Add the following line to /etc/rc.conf to enable mps: # mps_enable (bool): Set to "NO" by default. # Set it to "YES" to enable Missey POP3 Server. # . %%RC_SUBR%% name="mps" rcvar=`set_rcvar` load_rc_config $name : ${mps_enable="NO"} command="%%PREFIX%%/sbin/mps" run_rc_command "$1"