forked from ports/contrib
22 lines
749 B
Plaintext
22 lines
749 B
Plaintext
--- psybnc/src/p_global.h 2002-07-07 22:07:23.000000000 +1000
|
|
+++ p_global.h 2005-04-14 03:54:52.000000000 +1000
|
|
@@ -658,6 +658,7 @@
|
|
extern struct hostent *hostinfo;
|
|
extern FILE *mainlog;
|
|
extern char configfile[100];
|
|
+extern char pidfilename[100];
|
|
extern char dcchost[200];
|
|
extern char dcc6host[200];
|
|
extern int safemode;
|
|
@@ -1264,8 +1265,8 @@
|
|
#define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
|
|
#define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__)
|
|
|
|
-#define SSLCERT "key/psybnc.cert.pem"
|
|
-#define SSLKEY "key/psybnc.key.pem"
|
|
+#define SSLCERT "/etc/psybnc/key/psybnc.cert.pem"
|
|
+#define SSLKEY "/etc/psybnc/key/psybnc.key.pem"
|
|
|
|
#ifdef HAVE_SSL
|
|
#ifndef SSLSEC
|