mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
20 lines
363 B
Bash
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"
|