blob: ee215e51d2a53f8747fe2d2a7acfd46846f3d8f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: stunnel.sh,v 1.2 2008/05/27 11:51:32 tnn Exp $
#
# PROVIDE: stunnel
# REQUIRE: LOGIN
. /etc/rc.subr
name="stunnel"
rcvar=$name
command="@PREFIX@/bin/stunnel"
required_files="@PKG_SYSCONFDIR@/stunnel.conf"
load_rc_config $name
run_rc_command "$1"
|