diff options
author | 2004-09-14 22:40:36 +0000 | |
---|---|---|
committer | 2004-09-14 22:40:36 +0000 | |
commit | d021fc14d36e07f17edb3042a319956ad2256ee1 (patch) | |
tree | d8c52cefb886206f474ddb48fcf7bb76e9460c21 /games-fps/americas-army/files/armyops-ded.conf.d | |
parent | sandbox fix (diff) | |
download | historical-d021fc14d36e07f17edb3042a319956ad2256ee1.tar.gz historical-d021fc14d36e07f17edb3042a319956ad2256ee1.tar.bz2 historical-d021fc14d36e07f17edb3042a319956ad2256ee1.zip |
Removed old versions and added dedicated server init scripts by Bjorn Michaelsen <bmichaelsen@gmx.de>. Closing bug #58581.
Diffstat (limited to 'games-fps/americas-army/files/armyops-ded.conf.d')
-rw-r--r-- | games-fps/americas-army/files/armyops-ded.conf.d | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-fps/americas-army/files/armyops-ded.conf.d b/games-fps/americas-army/files/armyops-ded.conf.d new file mode 100644 index 000000000000..d92a3ed6cab6 --- /dev/null +++ b/games-fps/americas-army/files/armyops-ded.conf.d @@ -0,0 +1,20 @@ +# Copyright 2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/files/armyops-ded.conf.d,v 1.1 2004/09/14 22:40:36 wolf31o2 Exp $ + +# Type of Server +# This can be lan, global, lantournament, tournament +SERVERTYPE="lan" + +# starting map of the Server +MAP="Bridge.aao" + +# INI-File the Server should use. +# Do NOT change the content of /opt/americas-army/System/Default.ini !! +# See the comment in the file for reasons. +INIFILE="/opt/americas-army/System/Default.ini" + +# LOG-File the server should write to. +# LOGFILE="/var/log/armyopsserver.log" +LOGFILE="/dev/null" + |