[BACK]Return to patch-main_cpp CVS log [TXT][DIR] Up to [local] / ports / net / imspector / patches

Annotation of ports/net/imspector/patches/patch-main_cpp, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- main.cpp.orig      Fri May  8 08:18:31 2009
                      3: +++ main.cpp   Fri May  8 08:19:21 2009
                      4: @@ -9,9 +9,9 @@
                      5:
                      6:  #include "imspector.h"
                      7:
                      8: -#define DEFAULT_CONFIG "/usr/etc/imspector/imspector.conf"
                      9: +#define DEFAULT_CONFIG "/etc/imspector/imspector.conf"
                     10:  #define LOGGING_SOCKET "/tmp/.imspectorlog"
                     11: -#define DEFAULT_PLUGIN_DIR "/usr/lib/imspector"
                     12: +#define DEFAULT_PLUGIN_DIR "/usr/local/lib/imspector"
                     13:
                     14:  #define DEFAULT_RESPONSE_PREFIX "Message from IMSpector: -="
                     15:  #define DEFAULT_RESPONSE_POSTFIX "=-"

CVSweb