r7567 - packages/trunk/urbanterror/debian/scripts

Jack Coulter jscinoz-guest at alioth.debian.org
Sun Jun 29 11:48:23 UTC 2008


Author: jscinoz-guest
Date: 2008-06-29 11:48:23 +0000 (Sun, 29 Jun 2008)
New Revision: 7567

Modified:
   packages/trunk/urbanterror/debian/scripts/urbanterror
   packages/trunk/urbanterror/debian/scripts/urbanterror-server
Log:
fs_game no longer explictly set

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror
===================================================================
--- packages/trunk/urbanterror/debian/scripts/urbanterror	2008-06-29 11:14:38 UTC (rev 7566)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror	2008-06-29 11:48:23 UTC (rev 7567)
@@ -2,7 +2,6 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/urbanterror/ioUrbanTerror
 BASE_PATH=/usr/share/games/urbanterror
-GAME=q3ut4
 QUIET=0
 EXCUSE="\
 Urban Terror client wrapper\n\
@@ -35,9 +34,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} +set ttycon 0 $* >/dev/null 2>&1
+	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1
 else
-	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} $*
+	exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
 fi
 
 exit $?

Modified: packages/trunk/urbanterror/debian/scripts/urbanterror-server
===================================================================
--- packages/trunk/urbanterror/debian/scripts/urbanterror-server	2008-06-29 11:14:38 UTC (rev 7566)
+++ packages/trunk/urbanterror/debian/scripts/urbanterror-server	2008-06-29 11:48:23 UTC (rev 7567)
@@ -2,7 +2,6 @@
 # Adapted from Tremulous and Nexuiz launch scripts
 BINARY=/usr/lib/games/urbanterror/ioUrTded
 BASE_PATH=/usr/share/games/urbanterror
-GAME=q3ut4
 QUIET=0
 EXCUSE="\
 Urban Terror server wrapper\n\
@@ -35,9 +34,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} +set ttycon 0 $* >/dev/null 2>&1
+	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1
 else
-	exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} $*
+	exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
 fi
 
 exit $?




More information about the Pkg-games-commits mailing list