commit:     80f9e5739927f1714727f41036ba7e7ca6293fd9
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Jan 24 16:43:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:36:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f9e573

net-misc/stuntman: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/3628

 net-misc/stuntman/files/initd.v1 | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-misc/stuntman/files/initd.v1 b/net-misc/stuntman/files/initd.v1
deleted file mode 100644
index 732ca55..00000000
--- a/net-misc/stuntman/files/initd.v1
+++ /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 $?
-}

Reply via email to