summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:15:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:15:17 +0000
commit622be75664d7dd27860ecb6c3529b980c0136cdb (patch)
tree1674577d45762253436f108fa4484f204f4adbd7 /net-irc
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.tar.gz
gentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.tar.bz2
gentoo-2-622be75664d7dd27860ecb6c3529b980c0136cdb.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/asuka/files/asuka.init.d6
-rw-r--r--net-irc/dancer-ircd/files/dancer-ircd10
-rw-r--r--net-irc/ircd-hybrid/files/conf.d_ircd5
3 files changed, 9 insertions, 12 deletions
diff --git a/net-irc/asuka/files/asuka.init.d b/net-irc/asuka/files/asuka.init.d
index 4e9437e04d99..e172eb1d9219 100644
--- a/net-irc/asuka/files/asuka.init.d
+++ b/net-irc/asuka/files/asuka.init.d
@@ -1,9 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/files/asuka.init.d,v 1.2 2004/01/02 13:52:35 zul Exp $
-
-opts="depend start stop"
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/files/asuka.init.d,v 1.3 2004/03/06 03:11:35 vapier Exp $
depend() {
need net
diff --git a/net-irc/dancer-ircd/files/dancer-ircd b/net-irc/dancer-ircd/files/dancer-ircd
index c1cbecfc1c28..ceed6d151c50 100644
--- a/net-irc/dancer-ircd/files/dancer-ircd
+++ b/net-irc/dancer-ircd/files/dancer-ircd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/files/dancer-ircd,v 1.2 2004/01/03 04:05:52 zul Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/files/dancer-ircd,v 1.3 2004/03/06 03:11:35 vapier Exp $
depend() {
need net
@@ -10,13 +10,11 @@ depend() {
start() {
ebegin "Starting dancer-ircd"
start-stop-daemon --start --quiet --exec /usr/bin/dancer-ircd
- result=$?
- eend $result
+ eend $?
}
stop() {
ebegin "Stopping dancer-ircd"
start-stop-daemon --stop --quiet --pidfile /var/run/dancer-ircd.pid
- result=$?
- eend $result
+ eend $?
}
diff --git a/net-irc/ircd-hybrid/files/conf.d_ircd b/net-irc/ircd-hybrid/files/conf.d_ircd
index 7d7b9a44c336..8be58f8f03fc 100644
--- a/net-irc/ircd-hybrid/files/conf.d_ircd
+++ b/net-irc/ircd-hybrid/files/conf.d_ircd
@@ -1,5 +1,6 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/files/conf.d_ircd,v 1.1 2003/12/17 02:37:45 zul Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/files/conf.d_ircd,v 1.2 2004/03/06 03:11:35 vapier Exp $
# Config file for /etc/init.d/ircd