summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Kick <gentoo@blackphoenix.de>2016-10-17 19:44:01 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-18 10:04:35 +0200
commit1a4bbebb47fe204d34cddbb3992112ba863dc2c4 (patch)
tree3363c62aed06a91cff9083bc2f774b48b7304ce0 /net-irc/ngircd/files
parentapp-shells/ctypes-sh: Minor dependency fixups to match actually linked deps (diff)
downloadgentoo-1a4bbebb47fe204d34cddbb3992112ba863dc2c4.tar.gz
gentoo-1a4bbebb47fe204d34cddbb3992112ba863dc2c4.tar.bz2
gentoo-1a4bbebb47fe204d34cddbb3992112ba863dc2c4.zip
net-irc/ngircd: remove old.
Closes: https://github.com/gentoo/gentoo/pull/2581 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-irc/ngircd/files')
-rw-r--r--net-irc/ngircd/files/ngircd.init.d21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-irc/ngircd/files/ngircd.init.d b/net-irc/ngircd/files/ngircd.init.d
deleted file mode 100644
index 7f0668272600..000000000000
--- a/net-irc/ngircd/files/ngircd.init.d
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
- need net
- provide ircd
-}
-
-start() {
- ebegin "Starting ngIRCd"
- start-stop-daemon --start --quiet --exec /usr/sbin/ngircd
- eend $?
-}
-
-stop() {
- ebegin "Stopping ngIRCd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/ngircd
- eend $?
-}