add help text for watchdbg and grepdbg
[spider.git] / perl / DXVars.pm.issue
index c8e0cc8d645ba2beac1b57ee5fa8dce3b14f9b0d..d2ce8cbab9edf90b83ec10526f97d96063adeda2 100644 (file)
@@ -1,10 +1,9 @@
-#
+# -*- perl -*-
 # The system variables - those indicated will need to be changed to suit your
 # circumstances (and callsign)
 #
-# Copyright (c) 1998 - Dirk Koopman G1TLH
+# Copyright (c) 1998-2007 - Dirk Koopman G1TLH
 #
-# $Id$
 #
 
 package main;
@@ -86,8 +85,11 @@ $motd = "$data/motd";
 # are we debugging ?
 @debug = qw(chan state msg cron connect);
 
+# are we doing xml?
+$do_xml = 0;
+
 # the SQL database DBI dsn
-#$dsn = "dbi:sqlite:$root/data/dxspider.db";
+#$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";
 #$dbuser = "";
 #$dbpass = "";