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


1.3
date	2005.07.18.17.31.52;	author seemant;	state dead;
branches;
next	1.2;

1.2
date	2004.09.13.15.40.34;	author dragonheart;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.16.18.40.15;	author rphillips;	state Exp;
branches;
next	;


desc
@@


1.3
log
@move patches to tarballs, and remove configs, which are already in tarballs
(Portage version: 2.0.51.22-r1)
@
text
@#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kdc,v 1.2 2004/09/13 15:40:34 dragonheart Exp $

depend() {
	need net
	after logger
}

start() {
	ebegin "Starting heimdal kdc"
	start-stop-daemon --start --quiet --exec \
		/usr/sbin/kdc -- --detach
	eend $?
}

stop() {
	ebegin "Stopping heimdal kdc"
	start-stop-daemon --stop --quiet --exec \
		/usr/sbin/kdc
	eend $?
}
@


1.2
log
@Version bump to fix bugs #61412 - Security vulnerabilty - ftpd Signal. Handling. bug #58799 LDAP support and bug #54421 header file layout
@
text
@d4 1
a4 1
# $Header: $
@


1.1
log
@added patches from bug 54421
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d14 1
a14 1
		/usr/libexec/kdc -- --detach
d21 1
a21 1
		/usr/libexec/kdc
@

