]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
Index: Changes
authorwolfsage <redacted>
Sun, 20 May 2007 02:29:54 +0000 (02:29 +0000)
committerwolfsage <redacted>
Sun, 20 May 2007 02:29:54 +0000 (02:29 +0000)
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2408
diff -u -r1.1.1.1.2.1.2.1.2.2408 Changes
--- Changes 18 May 2007 08:02:32 -0000 1.1.1.1.2.1.2.1.2.2408
+++ Changes 20 May 2007 02:29:40 -0000
@@ -1715,4 +1715,5 @@
   originally by the inspircd team.
 - Fixed a number of compile errors/runtime errors on win32 (also a SSL
   brainfart regarding DH), #0003345, patched by fez
-
+- #0003350 - reported by aquanight regarding ./unreal restart not
+  working in 3.3*. Now works properly again.

Changes
autoconf/configure.in
configure

diff --git a/Changes b/Changes
index c89517f12121e11d7fbaeb0d425b0f50b7f484e3..95522106499d6e77a9939d9c7cbc21a53c08d1bf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1715,4 +1715,5 @@ MOTDs
   originally by the inspircd team.
 - Fixed a number of compile errors/runtime errors on win32 (also a SSL
   brainfart regarding DH), #0003345, patched by fez
-
+- #0003350 - reported by aquanight regarding ./unreal restart not 
+  working in 3.3*. Now works properly again.
index ef95f4d60d7a7b34f28a498bf0d38bfff7835688..2e3660971806d2af0a098a91533b15820adb522a 100644 (file)
@@ -376,7 +376,7 @@ AC_ARG_WITH(fd-setsize, [AC_HELP_STRING([--with-fd-setsize=size],[Specify the ma
 ac_fd=$withval, ac_fd=1024)
 AC_DEFINE_UNQUOTED(MAXCONNECTIONS, $ac_fd)
 AC_ARG_WITH(spath, [AC_HELP_STRING([--with-spath],[Specify the location of the executable])],
-AC_DEFINE_UNQUOTED(SPATH,"$withval") BINDIR="$withval",AC_DEFINE_UNQUOTED(SPATH,"`pwd`/src/ircd") BINDIR="`pwd`/src/ircd")
+AC_DEFINE_UNQUOTED(SPATH,"$withval/ircd") BINDIR="$withval",AC_DEFINE_UNQUOTED(SPATH,"`pwd`/src/ircd") BINDIR="`pwd`/src/ircd")
 AC_ARG_ENABLE(nospoof, [AC_HELP_STRING([--enable-nospoof],[Enable spoofing protection])], AC_DEFINE(NOSPOOF))
 AC_ARG_ENABLE(prefixaq, [AC_HELP_STRING([--enable-prefixaq],[Enable chanadmin and chanowner prefixes])], AC_DEFINE(PREFIX_AQ))
 AC_ARG_ENABLE(hub, [AC_HELP_STRING([--enable-hub],[Compile as a hub server])], AC_DEFINE(HUB))
index f30c45a0b00016211f9d587d2faa6c0860276fc0..edde751a7912b7b3feeeed41a6175b69225e2f7a 100755 (executable)
--- a/configure
+++ b/configure
@@ -12406,7 +12406,7 @@ _ACEOF
 if test "${with_spath+set}" = set; then
   withval="$with_spath"
   cat >>confdefs.h <<_ACEOF
-#define SPATH "$withval"
+#define SPATH "$withval/ircd"
 _ACEOF
  BINDIR="$withval"
 else