aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/spectrum/files/spectrum.initd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-01-10 14:38:18 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-01-10 14:38:36 +0100
commitee62f8dd57632de462faf434a4f12ec359290980 (patch)
treeda705b33f45b64b6b356e6bc60242f3d4b37765e /net-im/spectrum/files/spectrum.initd
parent46006eb7eae54ab1f3cc5b76c0b025b5d80731ab (diff)
downloadoverlay-ee62f8dd57632de462faf434a4f12ec359290980.tar.gz
overlay-ee62f8dd57632de462faf434a4f12ec359290980.tar.xz
overlay-ee62f8dd57632de462faf434a4f12ec359290980.zip
net-im/spectrum: remove ebuild
use this instead: http://spectrum.im/documentation/installation/gentoo.html
Diffstat (limited to 'net-im/spectrum/files/spectrum.initd')
-rw-r--r--net-im/spectrum/files/spectrum.initd22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/spectrum/files/spectrum.initd b/net-im/spectrum/files/spectrum.initd
deleted file mode 100644
index f5ce89b..0000000
--- a/net-im/spectrum/files/spectrum.initd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
- need net
- use jabber-server
-}
-
-start() {
- ebegin "Starting S2P Spectrum Transport"
- start-stop-daemon --start --pidfile ${PIDFILE} \
- --chuid jabber:jabber --exec /usr/bin/spectrum -- ${CONFFILE}
- eend $?
-}
-
-stop() {
- ebegin "Stopping S2P Spectrum Transport"
- start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
- eend $?
-}