#!/bin/sh # # $FreeBSD: ports/mail/perdition/files/perdition.pop3s.in,v 1.1 2007/12/11 22:15:36 delphij Exp $ # # PROVIDE: perdition_pop3s # REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable perdition.pop3s # # perdition_pop3s_enable="YES" # # See perdition(8) for flags # perdition_pop3s_enable=${perdition_pop3s_enable-"NO"} perdition_pop3s_flags=${perditon_pop3s_flags-""} . /etc/rc.subr name="perdition_pop3s" rcvar=`set_rcvar` command="/usr/local/sbin/perdition.pop3s" pidfile="/var/run/perdition.pop3s/perdition.pop3s.pid" load_rc_config $name run_rc_command "$1"