mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhrcfile.pl,2.23,2.24

2002-06-28 18:30:04
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv21423/lib

Modified Files:
	mhrcfile.pl 
Log Message:
* Removed <DBFILE> resource element since it useless since an archive
  database is read before any resource files are parsed.  The proper
  way to specify an alternative DBFILE is via the -dbfile command-line
  option or the M2H_DBFILE envariable.
* Removed references to HEADER and FOOTER resources in the docs.
  Resources removed in v2.5.0.
* Updated default resource layout settings in docs to use lowercase
  tag names since MHonArc changed to use lowercase in defaults
  in v2.4.7.


Index: mhrcfile.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhrcfile.pl,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** mhrcfile.pl	28 Jun 2002 03:28:10 -0000	2.23
--- mhrcfile.pl	29 Jun 2002 00:57:08 -0000	2.24
***************
*** 150,160 ****
  	    last FMTSW;
  	}
- 	if ($elem eq 'dbfile') {		# Database file
- 	    if ($line = &get_elem_last_line($handle, $elem)) {
- 		$line =~ s/\s//g;
- 		$DBFILE = $line;
- 	    }
- 	    last FMTSW;
- 	}
  	if ($elem eq 'excs') {			# Exclude header fields
  	    %HFieldsExc = ()  if $override;
--- 150,153 ----

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV