r7609 - packages/trunk/worldofpadman/debian/scripts

Jack Coulter jscinoz-guest at alioth.debian.org
Mon Jun 30 09:57:26 UTC 2008


Author: jscinoz-guest
Date: 2008-06-30 09:57:26 +0000 (Mon, 30 Jun 2008)
New Revision: 7609

Modified:
   packages/trunk/worldofpadman/debian/scripts/worldofpadman
   packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
Log:
Forgot to set fs_game in the client launch script

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman
===================================================================
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman	2008-06-30 09:53:30 UTC (rev 7608)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman	2008-06-30 09:57:26 UTC (rev 7609)
@@ -6,14 +6,14 @@
 QUIET=0
 EXCUSE="\
 World of Padman client wrapper\n\
-This script is Debian specific, it is *NOT* part of the source distribution!\n\
+This script is Debian specific, it is pa*NOT* part of the source distribution!\n\
 Usage: worldofpadman [OPTION]...\n\
 \n\
  -h, --help\t\tDisplay this help\n\
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# World of Padman binaries don't understand "regular" command line parameters. Let's
+# ioQuake3 binaries don't understand "regular" command line parameters. Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {
@@ -35,9 +35,9 @@
 # Ready to rumble!
 
 if [ ${QUIET} -eq 1 ]; then
-	exec ${BINARY} +set com_standalone 1 +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1
+	exec ${BINARY} +set com_standalone 1 +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} +set ttycon 0 $* >/dev/null 2>&1
 else
-	exec ${BINARY} +set com_standalone 1 +set fs_basepath ${BASE_PATH} $*
+	exec ${BINARY} +set com_standalone 1 +set fs_basepath ${BASE_PATH} +set fs_game ${GAME} $*
 fi
 
 exit $?

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
===================================================================
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman-server	2008-06-30 09:53:30 UTC (rev 7608)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman-server	2008-06-30 09:57:26 UTC (rev 7609)
@@ -13,7 +13,7 @@
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# World of Padman binaries don't understand "regular" command line parameters. Let's
+# ioQuake3 binaries don't understand "regular" command line parameters. Let's
 # catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {




More information about the Pkg-games-commits mailing list