1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/mail/pop3proxy/files/pop3proxyd.in
Pav Lucistnik 144fb16b91 - Fix build with OpenSSL 0.9.8b in 7-CURRENT
PR:		ports/102833
Submitted by:	simon
Approved by:	maintainer timeout (mbr; 2 months)

- Modernize usage of USE_RC_SUBR
- Fix plist wrt config files
2006-11-23 17:36:33 +00:00

26 lines
324 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: pop3proxyd
# REQUIRE: LOGIN
# BEFORE: mail
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable pop3proxyd:
#
#pop3proxyd_enable="YES"
#
. %%RC_SUBR%%
name=pop3proxyd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/pop3proxyd
load_rc_config $name
run_rc_command "$1"