summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-23 00:30:11 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-23 00:30:11 +0000
commit7ddbf1e9ee3e1618ad67c568536c1a9f59e167b0 (patch)
tree69fc6524674afdefd8ef144e9e689d101d4a9f03 /Echolot/Config.pm
parenta1f7ec810560582d4fc32103c40f34ef821ec676 (diff)
Allow for inclusion of broken chain reports and same operator/machine lists in stats pages.
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 4e826c9..d90f304 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,7 @@
package Echolot::Config;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.31 2002/07/22 02:18:30 weasel Exp $
+# $Id: Config.pm,v 1.32 2002/07/23 00:30:11 weasel Exp $
#
=pod
@@ -111,6 +111,9 @@ sub init($) {
mixhome => 'mixhome',
mixmaster => 'mix',
tmpdir => 'tmp',
+ broken1 => 'broken1.txt',
+ broken2 => 'broken2.txt',
+ sameop => 'sameop.txt',
commands_file => 'commands.txt',
pidfile => 'pingd.pid',