NetBSD/etc/rc.d/kdc
lukem e00fb37f16 Rename NETWORK to NETWORKING, to allow rc.d to be on a case insensitive
file system (prevents conflict with 'network').  PROVIDE both NETWORKING
and NETWORK (the latter for compatibility with 3rd party scripts).
2002-01-31 01:26:05 +00:00

19 lines
278 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: kdc,v 1.4 2002/01/31 01:26:05 lukem Exp $
#
# PROVIDE: kdc
# REQUIRE: NETWORKING
. /etc/rc.subr
name="kdc"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/krb5.conf"
load_rc_config $name
run_rc_command "$1"