2013-09-26 17:14:40 +02:00

20 lines
363 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: teapop.sh,v 1.1 2003/01/19 13:04:52 grant Exp $
#
# PROVIDE: teapop
# REQUIRE: DAEMON
. /etc/rc.subr
name="teapop"
rcvar=$name
command="@PREFIX@/libexec/${name}"
command_args="-s"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/teapop.passwd"
sig_stop="INT"
load_rc_config $name
run_rc_command "$1"