freebsd-ports/net/citadel/files/patch-al
Ying-Chieh Liao 6c4801dc4e add citadel
Citadel/UX Communications Server

PR:		30807
Submitted by:	Brian Ledbetter <brian@shadowcom.net>
2001-10-14 12:40:26 +00:00

11 lines
445 B
Text

--- ipc_c_tcp.c.orig Mon Sep 10 10:45:23 2001
+++ ipc_c_tcp.c Mon Sep 10 10:45:35 2001
@@ -315,7 +315,7 @@
/* If we're using a unix domain socket we can do a bunch of stuff */
if (!strcmp(cithost, UDS)) {
- sprintf(sockpath, "citadel.socket");
+ sprintf(sockpath, "%s/citadel.socket", BBSDIR);
serv_sock = uds_connectsock(sockpath);
if (hostbuf != NULL) strcpy(hostbuf, cithost);
if (portbuf != NULL) strcpy(portbuf, sockpath);