net-misc/stuntman: remove unused file
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 24 Jan 2017 16:43:29 +0000 (17:43 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 26 Jan 2017 22:36:36 +0000 (23:36 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3628

net-misc/stuntman/files/initd.v1 [deleted file]

diff --git a/net-misc/stuntman/files/initd.v1 b/net-misc/stuntman/files/initd.v1
deleted file mode 100644 (file)
index 732ca55..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-       need net
-}
-
-start() {
-       ebegin "Starting STUNTMAN"
-       start-stop-daemon --start --quiet --exec /usr/sbin/stunserver \
-               --make-pidfile --pidfile=/run/stunserver.pid --background
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping STUNTMAN"
-       start-stop-daemon --stop --quiet --pidfile=/run/stunserver.pid
-       eend $?
-}