saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-04-06 15:49:45 +02:00 committed by root
parent cb181e828b
commit 72cd5923df
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,15 @@
rotation1
{
antares
chasm
forlorn
parpax
perseus
plat23
spacetracks
station15
if numClients < 12 #skip-thunder
thunder
#skip-thunder
yocto
}

View File

@ -0,0 +1,47 @@
// Unvanquished dedicated server configuration file.
// -----------
// basic setup
// -----------
// Whether the server is advertised on the internet or in the LAN only.
set server.lanOnly "0"
// Server name and motto of the day.
set sv_hostname "Unnamed Unvanquished Server"
set g_motd "https:/\/unvanqished.net/"
// Number of client slots.
set sv_maxclients "32"
// Private slots are reserved for players who know the password.
set sv_privateClients "2"
set sv_privatePassword "archlinuxftw"
// ------------
// team balance
// ------------
set g_teamForceBalance "1"
set g_doWarmup "1"
// ----------------
// client downloads
// ----------------
// Whether clients are allowed to download missing files from the game server.
set sv_allowDownload "1"
// Whether clients are redirected to a webserver for faster downloads.
set sv_wwwDownload "0"
set sv_wwwBaseURL "dl.unvanquished.net/pkg"
// ------------
// map rotation
// ------------
// Name of the first map rotation to use.
set g_initialMapRotation "rotation1"
// The first map must be loaded explicitly. This must be the last command.
map plat23