From 8a1788089f3a4c79e9c309ff8afd7432d9f23ca2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 19 Sep 2010 11:35:33 +0100 Subject: cleanup --- dev-util/git/files/git-daemon.initd | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 dev-util/git/files/git-daemon.initd (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 726fca5..0000000 --- a/dev-util/git/files/git-daemon.initd +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 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.6 2008/11/27 20:33:34 robbat2 Exp $ - -PIDFILE=/var/run/git-daemon.pid - -depend() { - need net - use logger -} - -start() { - [ -e /lib/librc.so ] || BL1_COMPAT="--name git-daemon" - ebegin "Starting git-daemon" - start-stop-daemon --start --quiet --background \ - --pidfile ${PIDFILE} ${BL1_COMPAT} \ - --exec /usr/bin/git -- daemon \ - --pid-file=${PIDFILE} \ - --user=${GIT_USER} --group=${GIT_GROUP} \ - ${GITDAEMON_OPTS} - eend $? -} - -stop() { - ebegin "Stopping git-daemon" - start-stop-daemon --stop --quiet \ - --pidfile ${PIDFILE} - eend $? -} -- cgit v1.2.3