patches/ctrlproxy-04-services.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2212 82f60d1f7c90
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- ctrlproxy-3.0.8.orig/lib/url.c	Sat Dec  6 12:36:33 2008
+++ ctrlproxy-3.0.8/lib/url.c	Sun Oct 11 11:56:43 2009
@@ -57,9 +57,9 @@
 	} 
 	
 	if (*ssl) {
-		*port = g_strdup("ircs");
+		*port = g_strdup("994");
 	} else {
-		*port = g_strdup("ircd");
+		*port = g_strdup("6667");
 	}
 
 	if (q != NULL) {