head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.49.05;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.06.20.46.04;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.10.09.27.41;	author stas;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@#!/bin/sh
#
# $FreeBSD: head/etc/rc.d/kfd 235107 2012-05-06 20:46:04Z stas $
#

# PROVIDE: kfd
# REQUIRE: NETWORK
# KEYWORD: shutdown

. /etc/rc.subr

name=kfd
rcvar=kfd_enable
load_rc_config $name
command_args="-i &"

run_rc_command "$1"
@


1.2
log
@SVN rev 235107 on 2012-05-06 20:46:04Z by stas

- Change kfd rc script to be more conformant with rcNG conventions:
  o change rcname to kfd;
  o move mandatory options to command_args;
  o add missing "shutdown" keyword;
  o fix require line.  Kfd doesn't really need to be started before
    daemons.

Suggested by:	dougb
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.1
log
@SVN rev 234093 on 2012-04-10 09:27:41Z by stas

- Add rc.d script for kfd, kerberos forwarded tickets daemon.
@
text
@d7 2
a8 1
# BEFORE: DAEMON
d12 2
a13 1
name="kfd"
d15 1
a15 5
rcvar="kfd_server_enable"
unset start_cmd
command="${kfd_server}"
kfd_flags="-i"
command_args="&"
@

