pkgsrc/sysutils/ipa/files/ipa.sh
markd dd4ef0a2b7 Maintainer update of ipa to 2.0.1 and move to sysutils.
In PR pkg/32398 with some tweaks from me.

IPA is now a flexible general purpose accounting system;
- Supports static and dynamic rules;
- Support limits, sublimits and thresholds;
- Works with external accounting modules;
- Works with external database modules;
- Works with external statistics modules;
-Accounting per specified period of a week.
2006-10-18 11:45:22 +00:00

23 lines
502 B
Bash

#!@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"