[Lunar-commits] <moonbase> dancer-ircd: removed from moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Jul 12 19:59:14 CEST 2009
commit f2f7ce7ae4ebe586643003442efe0c74f406c37b
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Jul 12 19:59:14 2009 +0200
dancer-ircd: removed from moonbase
original source url unavailable for 2+ years (see BugReport 247)
developer web site disappeared
---
chat/dancer-ircd/BUILD | 15 ---------------
chat/dancer-ircd/CONFLICTS | 1 -
chat/dancer-ircd/DETAILS | 11 -----------
chat/dancer-ircd/POST_INSTALL | 34 ----------------------------------
chat/dancer-ircd/init.d/dancer-ircd | 17 -----------------
chat/dancer-ircd/services | 2 --
6 files changed, 0 insertions(+), 80 deletions(-)
diff --git a/chat/dancer-ircd/BUILD b/chat/dancer-ircd/BUILD
deleted file mode 100644
index 0f39ecf..0000000
--- a/chat/dancer-ircd/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
- add_priv_user ircd:ircd "-s /bin/sh"
-
- sedit 's/HARD_FDLIMIT_ *4096/HARD_FDLIMIT_ 250/' include/config.h &&
- sedit 's/INIT_MAXCLIENTS 4000/INIT_MAXCLIENTS 200/' include/config.h &&
- sedit 's/^#define *NO_CHANOPS_ON_SPLIT//' include/config.h &&
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
diff --git a/chat/dancer-ircd/CONFLICTS b/chat/dancer-ircd/CONFLICTS
deleted file mode 100644
index 705cf38..0000000
--- a/chat/dancer-ircd/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts ircd
diff --git a/chat/dancer-ircd/DETAILS b/chat/dancer-ircd/DETAILS
deleted file mode 100644
index 2eef682..0000000
--- a/chat/dancer-ircd/DETAILS
+++ /dev/null
@@ -1,11 +0,0 @@
- MODULE=dancer-ircd
- VERSION=1.0.31+maint8-fn6
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.freenode.net/
- WEB_SITE=http://www.freenode.net/dancer_ircd.shtml
- ENTERED=20030713
- UPDATED=20030713
- SHORT="Ircd used on freenode"
-cat <<EOF
-modified hybrid ircd.
-EOF
diff --git a/chat/dancer-ircd/POST_INSTALL b/chat/dancer-ircd/POST_INSTALL
deleted file mode 100644
index 6054761..0000000
--- a/chat/dancer-ircd/POST_INSTALL
+++ /dev/null
@@ -1,34 +0,0 @@
-mkdir -p -m770 /etc/dancer-ircd
-chown root.ircd /etc/dancer-ircd
-mkdir -p -m775 /var/log/dancer-ircd
-chown root.ircd /var/log/dancer-ircd
-mkdir -p -m775 /var/lib/dancer-ircd
-chown root.ircd /var/lib/dancer-ircd
-if [ ! -e /etc/dancer-ircd/ircd.conf ] ; then
- OURNAME="`/bin/hostname`"
- cat > /etc/dancer-ircd/ircd.conf <<EOF
-M:$OURNAME::Services:6667
-A:lunar user:<postmaster@$OURNAME>:Client Server::
-P::::6667:
-Y:2:90:300:1:4000000
-Y:10:90::100:512000:10:32
-Y:11:90::100:512000:0.1:0.2
-Y:12:90::100:512000:1:3
-Y:13:90::100:512000:1:1
-i:*@*::::13
-I:*@192.168.*::::12
-I:*@10.*::::12
-I:*@127.0.0.1::::12
-O:127.0.0.1::admin::10
-k:=*:identd (rfc1413) required:unknown::
-
-#C:1.2.3.4:$1$xxxxMD5HASH-svcs-PASSWDxxxxxxxx:name::
-#N:1.2.3.4:$1$xxxxMD5HASH-svcs-PASSWDxxxxxxxx:name::
-#H:*:*:name
-EOF
-
-cat > /etc/dancer-ircd/ircd.motd <<EOF
-This is a minimal MOTD file in /etc/dancer-ircd/ircd.motd server $OURNAME
-EOF
-fi
-
diff --git a/chat/dancer-ircd/init.d/dancer-ircd b/chat/dancer-ircd/init.d/dancer-ircd
deleted file mode 100755
index 5ab30a5..0000000
--- a/chat/dancer-ircd/init.d/dancer-ircd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-#
-# irc - the standard IRC daemon
-#
-# chkconfig: 345 80 20
-# description: irc daemon
-# processname: dancer-ircd
-# config: /etc/ircd.conf
-# runas: ircd
-
-
-ARGS="-h `/bin/hostname` -f /etc/dancer-ircd/ircd.conf"
-
-cd /
-
-. /lib/lsb/init-functions
-
diff --git a/chat/dancer-ircd/services b/chat/dancer-ircd/services
deleted file mode 100644
index 3d5a60d..0000000
--- a/chat/dancer-ircd/services
+++ /dev/null
@@ -1,2 +0,0 @@
-irc 6667/tcp Internet Relay Chat
-irc 6667/udp Internet Relay Chat
More information about the Lunar-commits
mailing list