Procházet zdrojové kódy

upgrading package: ratbox 2.1.2 -> 2.1.3

Ralf S. Engelschall před 20 roky
rodič
revize
2873649bb3

+ 1 - 0
ratbox/ratbox-resv.conf

@@ -7,3 +7,4 @@
 "operserv",  "reserved nickname for Ratbox-Services"
 "operbot",   "reserved nickname for Ratbox-Services"
 "jupeserv",  "reserved nickname for Ratbox-Services"
+"banserv",   "reserved nickname for Ratbox-Services"

+ 13 - 0
ratbox/ratbox-services.conf

@@ -46,6 +46,7 @@ operator "foo" {
     operbot                    = channel;
     global                     = netmsg;
     jupeserv                   = jupe;
+    banserv                    = kline, xline, resv, perm, remove, sync;
 };
 
 service "global" {
@@ -146,3 +147,15 @@ service "jupeserv" {
     pending_time               = 30 minutes;
 };
 
+service "banserv" {
+	nick                       = "BANSERV";
+	username                   = "banserv";
+	host                       = "irc-services.example.com";
+	realname                   = "Ban Service";
+	flags                      = disabled, opered, msg_self, stealth;
+	loglevel                   = 1;
+	unban_time                 = 2 weeks;
+	autosync_frequency         = 2 weeks;
+	temp_workaround            = no;
+};
+

+ 6 - 6
ratbox/ratbox.patch

@@ -1,6 +1,6 @@
-Index: ircd-ratbox-2.1.2/modules/Makefile.in
---- ircd-ratbox-2.1.2/modules/Makefile.in.orig	2005-01-14 18:25:51 +0100
-+++ ircd-ratbox-2.1.2/modules/Makefile.in	2005-04-13 15:30:42 +0200
+Index: ircd-ratbox-2.1.3/modules/Makefile.in
+--- ircd-ratbox-2.1.3/modules/Makefile.in.orig	2005-01-14 18:25:51 +0100
++++ ircd-ratbox-2.1.3/modules/Makefile.in	2005-04-13 15:30:42 +0200
 @@ -182,7 +182,7 @@
  	${CC} ${CPPFLAGS} ${CFLAGS} -DMODNAME=`basename $< .c`_mheader -c $< -o $@
  
@@ -10,9 +10,9 @@ Index: ircd-ratbox-2.1.2/modules/Makefile.in
  
  .so.sl:
  	$(LD) -b $< -o $@
-Index: ratbox-services-1.0beta3/include/config.h
---- ratbox-services-1.0beta3/include/config.h.orig	2005-05-23 17:01:31 +0200
-+++ ratbox-services-1.0beta3/include/config.h	2005-05-23 19:30:44 +0200
+Index: ratbox-services-1.0rc1/include/config.h
+--- ratbox-services-1.0rc1/include/config.h.orig	2005-05-23 17:01:31 +0200
++++ ratbox-services-1.0rc1/include/config.h	2005-05-23 19:30:44 +0200
 @@ -9,7 +9,7 @@
  #define PID_PATH	RUNDIR "/ratbox-services.pid"
  #define LOG_PATH	LOGDIR "/ratbox-services.log"

+ 2 - 2
ratbox/ratbox.spec

@@ -23,8 +23,8 @@
 ##
 
 #   package version
-%define       V_server   2.1.2
-%define       V_services 1.0beta3
+%define       V_server   2.1.3
+%define       V_services 1.0rc1
 
 #   package information
 Name:         ratbox