--- src/xlogmaster.cc.orig	Mon Aug 31 20:23:04 1998
+++ src/xlogmaster.cc	Mon Aug 31 20:26:32 1998
@@ -998,7 +998,7 @@
       
      */
 
-    fillups = 4;
+    fillups = 2;
     mode = new int[fillups];
     filename = new char*[fillups];
     help = new char*[fillups];
@@ -1031,9 +1031,9 @@
       /var/adm/debug
     */
     mode[1] = TAIL_FILE;
-    strcpy ( filename[1] , "/var/adm/debug");
-    strcpy ( help[1] , "Display /var/adm/debug file...");
-    strcpy (buttontext[1] , "Debugging Messages");
+    strcpy ( filename[1] , "/var/log/maillog");
+    strcpy ( help[1] , "Display /var/log/maillog file...");
+    strcpy (buttontext[1] , "Mail Messages");
     interval[1] = INTERVAL;
     commandline[1] = NULL;
     filter[1] = NULL;
@@ -1042,7 +1042,6 @@
     
     /*
       /var/log/boot.msg
-    */
     mode[2] = TAIL_FILE;
     strcpy ( filename[2] , "/var/log/boot.msg");
     strcpy (help[2] , "Display /var/log/boot.msg file...");
@@ -1053,9 +1052,7 @@
     filter_exec[2] = NULL;
     filter_mode[2] = NULL;
 
-    /*
       /proc/meminfo
-    */
     mode[3] = CAT_FILE;
     strcpy ( filename[3] , "/proc/meminfo");
     strcpy (help[3] , "Display memory usage via /proc/meminfo");
@@ -1066,7 +1063,7 @@
     filter[3] = NULL;
     filter_exec[3] = NULL;
     filter_mode[3] = NULL;
-    
+    */
   }
 /*}}}*/
 
