summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/eggdrop/patches/patch-ab')
-rw-r--r--chat/eggdrop/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/eggdrop/patches/patch-ab b/chat/eggdrop/patches/patch-ab
index 8b9312f86c0..1d4636a5551 100644
--- a/chat/eggdrop/patches/patch-ab
+++ b/chat/eggdrop/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/06/26 03:48:13 kent Exp $
+$NetBSD: patch-ab,v 1.2 2003/04/30 19:43:49 jmmv Exp $
--- src/main.c.orig Sun Jul 15 09:15:14 2001
+++ src/main.c Thu Nov 1 12:55:48 2001
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/06/26 03:48:13 kent Exp $
int term_z = 0; /* Foreground: use the terminal as a party
line? */
-char configfile[121] = "eggdrop.conf"; /* Name of the config file */
-+char configfile[121] = __PREFIX__ "/etc/eggdrop.conf";
++char configfile[121] = __PKG_SYSCONFDIR__ "/eggdrop.conf";
char helpdir[121]; /* Directory of help files (if used) */
char textdir[121] = ""; /* Directory for text files that get dumped */
int keep_all_logs = 0; /* Never erase logfiles, no matter how old