Branch: Tag:

2006-09-11

2006-09-11 14:30:38 by Marcus Wellhardh <wellhard@roxen.com>

Fixed [Bug 4230 (#4230)]. Implemented support for multiple instances in the Download Debug Log Button.

Rev: server/base_server/roxenloader.pike:1.378
Rev: server/config_interface/actions/debug_summary.pike:1.13
Rev: server/start:1.226

1:   #!/bin/sh   # - # $Id: start,v 1.225 2006/07/17 15:30:39 grubba Exp $ + # $Id: start,v 1.226 2006/09/11 14:30:37 wellhard Exp $      ### If --silent-start is given as the first argument,   ### nothing will be printed to stdout by the script.
919:    else    DEBUGDIR="`dirname "$DEBUGLOG"`"    fi +  LOGFILE="${DEBUGLOG}.1" +  export LOGFILE +     # This duplicate of the logdir creation code is needed, check the    # redirect below    if [ ! -d "$DEBUGDIR" ] ; then