Author: Run <carlo@alinoe.com>
authorBleep <twhelvey1@home.com>
Sat, 22 Jan 2000 17:47:08 +0000 (17:47 +0000)
committerBleep <twhelvey1@home.com>
Sat, 22 Jan 2000 17:47:08 +0000 (17:47 +0000)
Log message:
After running into a restart problem with Amsterdam1 today, I found
the following bug
[Fixup for $BINDIR/$SYMLINK in config-sh.in]

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@19 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

.patches
ChangeLog
config/config-sh.in

index 2b5439533bdbdff4de731260d7afd87c9d843cda..4557293d74a52f4ddb05216071bbb16ba74f762e 100644 (file)
--- a/.patches
+++ b/.patches
@@ -1 +1 @@
-ircu2.10.07+.06
+ircu2.10.07+.07
index a4a631bf6acc90f7978e01537c79dce2411edb56..54f523f858b7255c2161a411cc00c5d8ffe057d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,13 @@
 #
 # ChangeLog for Undernet ircu Servers
 #
-# $Id: ChangeLog,v 1.8 2000-01-21 17:32:27 danny Exp $
+# $Id: ChangeLog,v 1.9 2000-01-22 17:47:07 bleep Exp $
 #
 # Please insert new entries on the top of the list, a one or two line comment
 # is sufficient. Please include your name on the entries we know who to blame.
 # Please keep lines < 80 chars.
 #-------------------------------------------------------------------------------
+* config-sh.in: add runs fix for symlink restart bug. --Bleep
 * Fixed default behavior for BADCHAN. supposed to DEFAULT yes, however
   should not change each time a make config is done. -- WT
 * doc/readme.www: add Runs link update patch for linux info. --Bleep
index b2033a65015201740f2ad53e38aafbd39ff55d33..a84f115e009dac86a2ab2bfbb3b9a8b5f1a7e410 100644 (file)
@@ -208,7 +208,7 @@ mainmenu_option next_comment
 comment 'Paths and files'
   eval DPATH_DEFAULT="${prefix}/lib/ircd"
   string 'Directory where all ircd stuff resides' DPATH $DPATH_DEFAULT
-  define_string SPATH "$BINDIR/ircd"
+  define_string SPATH "$BINDIR/$SYMLINK"
   echo "The following filenames are either full paths or files within DPATH"
   string 'Server configuration file' CPATH 'ircd.conf'
   string 'Server MOTD file' MPATH 'ircd.motd'