diff options
Diffstat (limited to 'chat/gabber/patches/patch-ac')
-rw-r--r-- | chat/gabber/patches/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/gabber/patches/patch-ac b/chat/gabber/patches/patch-ac new file mode 100644 index 00000000000..8723c4c3b96 --- /dev/null +++ b/chat/gabber/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $ + +--- src/ConfigManager.cc.orig Sat Apr 27 14:29:00 2002 ++++ src/ConfigManager.cc Sat Apr 27 14:29:13 2002 +@@ -106,7 +106,7 @@ + #ifdef MACOSX + logs.dir = getStrValue("Logs/Dir=~/.Gabber"); + #else // MACOSX +- logs.dir = getStrValue("Logs/Dir=~/.Gabber/"); ++ logs.dir = getStrValue("Logs/Dir=~/.Gabber"); + #endif // MACOSX + logs.encrypted = getBoolValue("Logs/Encrypted=true"); + logs.groupchat = getBoolValue("Logs/Groupchat=true"); +@@ -174,7 +174,7 @@ + #ifdef MACOSX + spool.dir = getStrValue("Spool/Dir=~/.Gabber-spool"); + #else // MACOSX +- spool.dir = getStrValue("Spool/Dir=~/.Gabber-spool/"); ++ spool.dir = getStrValue("Spool/Dir=~/.Gabber-spool"); + #endif // MACOSX + + status.priority = getIntValue("Status/Priority=9"); |