summaryrefslogtreecommitdiff
path: root/sysutils/ipa/files/ipa.sh
blob: dd4a46fd375618a0f257397ae9368a3a52dde142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: ipa.sh,v 1.1 2006/10/18 11:45:23 markd Exp $
#

# If some IPA module requires some services, then they should
# be specified after REQUIRE, by default REQUIRE contains
# only syslogd, since ipa uses syslog for logging by default
# and does not require anything more for running.

# PROVIDE: ipa
# REQUIRE: syslogd
# BEFORE: LOGIN

. /etc/rc.subr

name="ipa"
rcvar=$name
command="@PREFIX@/bin/${name}"
extra_commands="reload"

load_rc_config $name
run_rc_command "$1"