diff options
Diffstat (limited to 'games/pvpgn/files/patch-conf-bnetd.conf.in')
-rw-r--r-- | games/pvpgn/files/patch-conf-bnetd.conf.in | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/games/pvpgn/files/patch-conf-bnetd.conf.in b/games/pvpgn/files/patch-conf-bnetd.conf.in new file mode 100644 index 000000000000..a2e359b630a0 --- /dev/null +++ b/games/pvpgn/files/patch-conf-bnetd.conf.in @@ -0,0 +1,49 @@ +--- ../conf/bnetd.conf.in.orig Wed Jan 12 23:00:53 2005 ++++ ../conf/bnetd.conf.in Tue Jan 18 23:57:43 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/bnetd/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/bnetd/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 |