1 #!/bin/sh 2 # 3 # $NetBSD: kdc,v 1.1 2000/08/06 21:32:56 thorpej Exp $ 4 # 5 6 # PROVIDE: kdc 7 # REQUIRE: mountcritremote 8 9 . /etc/rc.subr 10 11 name="kdc" 12 command="/usr/sbin/${name}" 13 pidfile="/var/run/${name}.pid" 14 required_files="/etc/krb5.conf" 15 16 load_rc_config $name 17 run_rc_command "$1" 18