From 2f1ad38a00dc1b951ef19b4a70ad454c2f251c48 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 17 Aug 2007 14:56:09 +0000 Subject: dev-util/git: removed, since portage did catch up Signed-off-by: Michael Krelin --- (limited to 'dev-util/git/files/git-daemon.initd') diff --git a/dev-util/git/files/git-daemon.initd b/dev-util/git/files/git-daemon.initd deleted file mode 100644 index 2563c41..0000000 --- a/dev-util/git/files/git-daemon.initd +++ b/dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/files/git-daemon.initd,v 1.1 2005/10/05 15:05:04 ferdy Exp $ - -depend() { - need net - use logger -} - -start() { - ebegin "Starting git-daemon" - start-stop-daemon --start --quiet --background \ - --exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS} - eend $? -} - -stop() { - ebegin "Stoping git-daemon" - start-stop-daemon --stop --quiet --name git-daemon - eend $? -} -- cgit v0.9.0.2