]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/rc.d/kpasswdd
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / rc.d / kpasswdd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: kpasswdd
7 # REQUIRE: kadmin
8 # BEFORE: DAEMON
9
10 . /etc/rc.subr
11
12 name="kpasswdd"
13 load_rc_config $name
14 rcvar="kpasswdd_server_enable"
15 unset start_cmd
16 command="${kpasswdd_server}"
17 command_args="&"
18 required_vars="kadmind5_server_enable"
19
20 run_rc_command "$1"