repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
security
/
heimdal
/
files
/
kcm.sh
blob
cfd2699667d55649e0de6b94566bc27d4b8d278c
1
#!@RCD_SCRIPTS_SHELL@
2
#
3
# $NetBSD$
4
#
5
# PROVIDE: kcm
6
# REQUIRE: NETWORKING
7
# BEFORE: SERVERS
8
9
.
/
etc
/
rc.subr
10
11
name
=
"kcm"
12
rcvar
=
$name
13
command
=
"@PREFIX@/libexec/
${name}
"
14
command_args
=
"--detach"
15
required_files
=
"@PKG_SYSCONFDIR@/krb5.conf"
16
17
load_rc_config
$name
18
run_rc_command
"
$1
"