* [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/files/
@ 2017-01-26 22:37 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-26 22:37 UTC (permalink / raw
To: gentoo-commits
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 $?
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-26 22:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 22:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox