blob: 9fcae2929fdb7f0b47b04dddbd39e1a82481bc03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pptpd.sh,v 1.1 2005/01/01 06:26:41 cube Exp $
#
# PROVIDE: pptpd
# REQUIRE: DAEMON
. /etc/rc.subr
name="pptpd"
rcvar=$name
command="@PREFIX@/sbin/pptpd"
required_files="@PKG_SYSCONFDIR@/pptpd.conf"
load_rc_config $name
run_rc_command "$1"
|