Skip to content

Commit 317e75e

Browse files
committedJan 5, 2012
Cleanup the wre.conf file to remove webstats and webgui update.
1 parent a0d1710 commit 317e75e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎wre/var/setupfiles/wre.conf

-15
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"tar" : "/usr/bin/tar",
3838
"gzip" : "/usr/bin/gzip",
3939
"gunzip" : "/usr/bin/gunzip",
40-
"ipcs" : "/usr/bin/ipcs",
4140
"grep" : "/usr/bin/grep",
4241

4342
# webgui
@@ -125,18 +124,4 @@
125124
"config" : "/data/WebGUI/etc/WebGUI.conf.original"
126125
}
127126
},
128-
129-
# web stats
130-
"webstats" : {
131-
"hostname" : "webstats.example.com",
132-
"enabled" : 0
133-
},
134-
135-
# webgui update
136-
"webguiUpdate" : {
137-
"whichMirror" : "plainblack",
138-
"whereFrom" : "mirror",
139-
"backupPath" : "/tmp/webgui"
140-
}
141127
}
142-

0 commit comments

Comments
 (0)
Please sign in to comment.