summaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/utx
blob: d7149f66e68bcce108acf33b9427017fc5e4e471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
#
#

# PROVIDE: utx
# REQUIRE: DAEMON FILESYSTEMS
# BEFORE: LOGIN
# KEYWORD: shutdown

. /etc/rc.subr

name="utx"
desc="Manage the user accounting database"
rcvar="utx_enable"
start_cmd="utx boot"
stop_cmd="utx shutdown"

load_rc_config $name

# doesn't make sense to run in a svcj: config setting
utx_svcj="NO"

run_rc_command "$1"