Deleted: build_system/iurt/trunk/iurt2.sh =================================================================== --- build_system/iurt/trunk/iurt2.sh 2010-11-26 00:15:08 UTC (rev 157) +++ build_system/iurt/trunk/iurt2.sh 2010-11-26 00:16:08 UTC (rev 158) @@ -1,12 +0,0 @@ -#!/bin/bash - -case "$1" in - --iurtlogdir) LOGFILE="$2/botcmd.`date +%s`.`hostname -s`.log"; shift 2 ;; - *) LOGFILE="/dev/null" ;; -esac - -touch "$LOGFILE" &>/dev/null || LOGFILE="/dev/null" - -echo PID=$$ - -exec perl -I/usr/local/lib/perl/iurt/lib /usr/local/bin/iurt2 "$@" &>"$LOGFILE"