r2380 - in packages/trunk/openarena/debian: . scripts

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Wed Feb 7 12:28:18 CET 2007


Author: fuddl-guest
Date: 2007-02-07 12:28:16 +0100 (Wed, 07 Feb 2007)
New Revision: 2380

Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/scripts/openarena
   packages/trunk/openarena/debian/scripts/openarena-server
Log:
forgot some quake 3 stuff in the wrappers. replaced them by openarena

Modified: packages/trunk/openarena/debian/changelog
===================================================================
--- packages/trunk/openarena/debian/changelog	2007-02-06 16:58:31 UTC (rev 2379)
+++ packages/trunk/openarena/debian/changelog	2007-02-07 11:28:16 UTC (rev 2380)
@@ -1,3 +1,10 @@
+openarena (0.6.0-3) UNRELEASED; urgency=low
+
+  [ Bruno "Fuddl" Kleinert ]
+  * Exchanged "Quake 3" stuff in swrapper scripts by "OpenArena"
+
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Wed,  7 Feb 2007 12:26:10 +0100
+
 openarena (0.6.0-2) unstable; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]

Modified: packages/trunk/openarena/debian/scripts/openarena
===================================================================
--- packages/trunk/openarena/debian/scripts/openarena	2007-02-06 16:58:31 UTC (rev 2379)
+++ packages/trunk/openarena/debian/scripts/openarena	2007-02-07 11:28:16 UTC (rev 2380)
@@ -1,18 +1,16 @@
 #!/bin/sh
 
 EXCUSE="\
-Icculus.Org Quake III Arena client wrapper\n\
+OpenArena client wrapper\n\
 This script is Debian specific, it is *NOT* part of the source distribution!\n\
 Usage: openarena [OPTION]...\n\
 \n\
  -h, --help         Display this help\n\
  -q, --quiet        Disable console output\n\
- +<engine_command>  Pass options to the Icculus.Org Quake III Arena binary\n"
+ +<engine_command>  Pass options to the OpenArena client binary\n"
 
 QUIET=0
 
-# Quake 3 binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidently launching the binary.
 while [ "$1" != "" ]; do {
 	if [ "$1" == "+set" ] || [ "$1" == "+exec" ]; then
 		break;
@@ -29,7 +27,6 @@
 	shift
 }; done
 
-# Ready to rumble!
 if [ ${QUIET} == 1 ]; then
 	exec /usr/lib/games/openarena/openarena.bin +set fs_basepath /usr/share/games/openarena +set ttycon 0 "$@" >/dev/null 2>&1
 else

Modified: packages/trunk/openarena/debian/scripts/openarena-server
===================================================================
--- packages/trunk/openarena/debian/scripts/openarena-server	2007-02-06 16:58:31 UTC (rev 2379)
+++ packages/trunk/openarena/debian/scripts/openarena-server	2007-02-07 11:28:16 UTC (rev 2380)
@@ -1,15 +1,13 @@
 #!/bin/sh
 
 EXCUSE="\
-Icculus.Org Quake III Arena server wrapper\n\
+OpenArena server wrapper\n\
 This script is Debian specific, it is *NOT* part of the source distribution!\n\
 Usage: openarena-server [OPTION]...\n\
 \n\
  -h, --help        Display this help\n\
- +<engine_command> Pass options to the Icculus.Org Quake 3 server binary\n"
+ +<engine_command> Pass options to the OpenArena server binary\n"
 
-# ioQuake 3 binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidently launching the binary.
 case "$1" in
 	-h|--help)
 		echo -e ${EXCUSE}
@@ -17,5 +15,4 @@
 		;;
 esac
 
-# Ready to rumble!
 exec /usr/lib/games/openarena/openarena-server.bin +set fs_basepath /usr/share/games/openarena "$@"




More information about the Pkg-games-commits mailing list