Module submission - ratbox-services
V
stelzy at gmail.com
Tue Aug 15 06:55:47 UTC 2006
module name : ratbox-services
suggested section : chat
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
Ratbox services
-------------- next part --------------
--- ratbox-services/BUILD 1970-01-01 03:00:00.000000000 +0300
+++ ratbox-services/BUILD 2006-08-15 03:37:05.018039000 +0400
@@ -0,0 +1,7 @@
+(
+
+ ./configure --prefix=/opt/lunar/ratbox --with-nicklen=16 --with-topiclen=320 --with-sqlite=/usr $OPTS
+
+ default_make
+
+) > $C_FIFO 2>&1
--- ratbox-services/CONFIGURE 1970-01-01 03:00:00.000000000 +0300
+++ ratbox-services/CONFIGURE 2006-08-15 03:30:06.639892000 +0400
@@ -0,0 +1,42 @@
+if ! grep -q CONFIGURED $MODULE_CONFIG; then
+
+ if query "Disable Nickname Service?" n; then
+ OPTS="$OPTS --disable-nickserv"
+ fi
+
+ if query "Disable Channel Service?" n; then
+ OPTS="$OPTS --disable-chanserv"
+ fi
+
+ if query "Disable User Service?" n; then
+ OPTS="$OPTS --disable-userserv"
+ fi
+
+ if query "Disable Oper Service?" n; then
+ OPTS="$OPTS --disable-operserv"
+ fi
+
+ if query "Disable List Service?" n; then
+ OPTS="$OPTS --disable-alis"
+ fi
+
+ if query "Disable Jupe Service?" n; then
+ OPTS="$OPTS --disable-jupeserv"
+ fi
+
+ if query "Disable Operbot Service?" n; then
+ OPTS="$OPTS --disable-operbot"
+ fi
+
+ if query "Disable global messaging service?" n; then
+ OPTS="$OPTS --disable-global"
+ fi
+
+ if query "Disable ban service?" n; then
+ OPTS="$OPTS --disable-banserv"
+ fi
+
+ echo 'CONFIGURED="y"' >> $MODULE_CONFIG
+ echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
+
+fi
--- ratbox-services/DEPENDS 1970-01-01 03:00:00.000000000 +0300
+++ ratbox-services/DEPENDS 2006-08-15 02:14:36.524777500 +0400
@@ -0,0 +1 @@
+depends sqlite2
--- ratbox-services/DETAILS 1970-01-01 03:00:00.000000000 +0300
+++ ratbox-services/DETAILS 2006-08-15 10:55:16.623188000 +0400
@@ -0,0 +1,19 @@
+ MODULE=ratbox-services
+ VERSION=1.0.3
+ WEB_SITE=http://services.ircd-ratbox.org
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL[0]=$WEB_SITE/download
+ SOURCE_URL[1]=ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/$MODULE
+ SOURCE_URL[2]=ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/$MODULE
+ SOURCE_VFY=sha1:61e9036e86bf258d1545e78811b893e42c7aff9e
+ ENTERED=20060815
+ UPDATED=20060815
+ SHORT="services package written mostly from scratch for use with ircd-ratbox"
+
+cat << EOF
+It is highly configurable, with nearly all options being set
+in a config that can be rehashed rather than set at compile time.
+It also uses the SQLite database backend, which works as a database
+interface to a normal file, meaning no seperate database software
+must be running.
+EOF
-------------- next part --------------
lvu submit ratbox-services 112ed173f1a90a4b5d7dc5fcdb4d4b2e -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list