Revision
158
Author
blino
Date
2010-11-26 01:16:08 +0100 (Fri, 26 Nov 2010)

Log Message

iurt2.sh wrapper is unneeded now

Removed Paths

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"