mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
19 lines
341 B
Bash
Executable File
19 lines
341 B
Bash
Executable File
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: imapproxy.sh,v 1.2 2011/10/07 22:37:03 shattered Exp $
|
|
#
|
|
|
|
# PROVIDE: imapproxy
|
|
# REQUIRE: DAEMON
|
|
# BEFORE: LOGIN
|
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
|
|
|
name="imapproxy"
|
|
rcvar=$name
|
|
command="@PREFIX@/sbin/in.imapproxyd"
|
|
required_files="@PKG_SYSCONFDIR@/imapproxy.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|