diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-03 10:41:37 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-03 10:41:37 +0000 |
| commit | f8fca444a81516116a29279b09a401f9482c806e (patch) | |
| tree | c4d5c369983116459c0ce572b9b442d39917c067 /testing/shadowircd/shadowircd.initd | |
| parent | cd796398d0d21f805a296900cc1f67f3e991ff9c (diff) | |
| download | aports-f8fca444a81516116a29279b09a401f9482c806e.tar.bz2 aports-f8fca444a81516116a29279b09a401f9482c806e.tar.xz | |
testing/shadowircd: moved to unmaintained
Diffstat (limited to 'testing/shadowircd/shadowircd.initd')
| -rw-r--r-- | testing/shadowircd/shadowircd.initd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/shadowircd/shadowircd.initd b/testing/shadowircd/shadowircd.initd deleted file mode 100644 index c9abc7fd83..0000000000 --- a/testing/shadowircd/shadowircd.initd +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/files/charybdis-ircd.initd,v 1.2 2008/01/08 21:17:02 jokey Exp $ - -depend() { - use net - provide ircd -} - -start() { - ebegin "Starting shadowircd" - start-stop-daemon --start --quiet -u ${SHADOWIRCD_USER} --exec /usr/bin/ircd -- -configfile ${SHADOWIRCD_CONF}>/dev/null - eend $? -} - -stop() { - ebegin "Stopping shadowircd" - start-stop-daemon --stop --quiet --pidfile ${SHADOWIRCD_PID} - eend $? -} - |
