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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2212
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- ctrlproxy-3.0.8.orig/lib/url.c	Sat Dec  6 12:36:33 2008
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ ctrlproxy-3.0.8/lib/url.c	Sun Oct 11 11:56:43 2009
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -57,9 +57,9 @@
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 	} 
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 	
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 	if (*ssl) {
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-		*port = g_strdup("ircs");
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+		*port = g_strdup("994");
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 	} else {
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
-		*port = g_strdup("ircd");
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
+		*port = g_strdup("6667");
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 	}
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
 
82f60d1f7c90 2009-10-15 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
 	if (q != NULL) {