summaryrefslogtreecommitdiff
path: root/games-util/uglygs/files/0_rc11-uglygs.conf.patch
blob: f85c6a3c3198ce7c82a8e050364308b801745f63 (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
--- a/uglygs.conf.orig	2003-06-30 11:16:57.000000000 -0400
+++ b/uglygs.conf	2003-06-30 11:22:50.000000000 -0400
@@ -12,22 +12,23 @@
 $runmode = "loop";                                              # Run mode, Run as a loop or as a cron Executable
 
 $configfile = "servers.cfg";                                    # The Result file to be passed to other programs
-$qstat = "qstat/qstat";                                         # The modified qstat file
+$qstat = "GENTOO_DIR/qstat";                                         # The modified qstat file
 $cat = "/bin/cat";                                              # The cat file location
-$data = "./data";                                               # Data Directory
-$tmp = "./tmp";                                                 # Temp Directory
+$data = "GENTOO_DIR/data";                                               # Data Directory
+$tmp = "GENTOO_DIR/tmp";                                                 # Temp Directory
 $template = "default";						# Template Directory
+$templates = "GENTOO_DIR/templates";				# Template base directory
 $staticcfgfile = "$data/servers.static";                        # A Static output file to append to final output 
 
 $refresh = "180";						# # If loop is on what is your update rate in sec 
 		
 $serverquery = "n";                                             # Do u want Server Query output y or n
-$serverqueryfile = "/var/www/html/servers.cfg";                 # The output file for server query 
+$serverqueryfile = "/home/httpd/htdocs/servers.cfg";                 # The output file for server query 
 
 $html = "n";							# Do you want HTML output 
 $htmlgame="l";							# Game List Sort Order p=by-ping, g=by-game, i=by-IP-address, h=by-hostname, n=by-#-players, l=by-list-order
 $htmlplayer="F";						# Player List Sort Order P=by-ping, F=by-frags, T=by-team
-$htmldir = "/var/www/html/uglygs";				# The html output Directory
+$htmldir = "/home/httpd/htdocs/uglygs";				# The html output Directory
 $htmlfile = "servers";						# The html output file
 $htmlext = "html";						# THe file Ext eg. html, php, pl, asp
 $htmlalias = "/uglygs";                                         # The html Directory Alias