summaryrefslogtreecommitdiffstats
path: root/games/pvpgn/files/patch-conf-bnetd.conf.in
blob: 070601e92411c3bf1e80cf5a5b796c5fb7df607a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--- ../conf/bnetd.conf.in.orig	Tue Mar  8 00:59:58 2005
+++ ../conf/bnetd.conf.in	Tue Mar  8 01:02:16 2005
@@ -15,8 +15,8 @@
 # a leading '#').  If none are specified, the userid will not be changed.    #
 #----------------------------------------------------------------------------#
 
-#effective_user  = games
-#effective_group = games
+effective_user  = bnetd
+effective_group = bnetd
 
 # effective_user  = #12
 # effective_group = #20
@@ -75,14 +75,14 @@
 ipbanfile   = /usr/local/etc/bnban.conf
 helpfile    = /usr/local/etc/bnhelp.conf
 mpqfile     = /usr/local/etc/autoupdate.conf
-logfile     = /usr/local/var/bnetd.log
+logfile     = /var/log/pvpgn/bnetd.log
 realmfile   = /usr/local/etc/realm.conf
 maildir     = /usr/local/var/bnmail
 versioncheck_file = /usr/local/etc/versioncheck.conf
 mapsfile    = /usr/local/etc/bnmaps.conf
 xplevelfile = /usr/local/etc/bnxplevel.conf
 xpcalcfile  = /usr/local/etc/bnxpcalc.conf
-#pidfile    = /usr/local/var/bnetd.pid
+pidfile    = /var/run/pvpgn/bnetd.pid
 ladderdir   = /usr/local/var/ladders
 command_groups_file = /usr/local/etc/command_groups.conf
 tournament_file = /usr/local/etc/tournament.conf
@@ -112,8 +112,7 @@
 #   warn
 #   error
 #   fatal
-loglevels = fatal,error,warn,info,debug,trace
-#loglevels = fatal,error,warn,info
+loglevels = fatal,error,warn
 
 #                                                                            #
 ##############################################################################
@@ -300,7 +299,7 @@
 # List additional game types to be counted as ladder games
 # Curently allowed types: topvbot, melee, ffa, oneonone
 # Example: ladder_games = "topvbot,oneonone"
-ladder_games = "none"
+ladder_games = "topvbot,oneonone"
 
 # If additional game types are configured (see above) to be counted as ladder 
 # games then this setting configures a game name prefix to make only games 
OpenPOWER on IntegriCloud