[alt.sources.patches] The Answer to All Man's Problems

tchrist@convex.COM (Tom Christiansen) (01/10/91)

Looks like the cfman program (the SEE ALSO chaser) I jammed into the
package was from my work tree instead of my release tree.  Here's the
necessary patch to back off those minor changes.  Apply to cfman:

16c16
< &Getopts('fd:s:p:P:x:') || &usage;
---
> &Getopts('d:s:p:P:x:') || &usage;
28d27
< $use_DBM = $opt_f;
335,337d333
< 	    if ($use_DBM && &dbmopen($tree)) {
< 		next;
< 	    }
403,411d398
< } 
< 
< sub dbmopen {
<     local($tree) = $_[0];
<     # globals: %dbmopened, %warned
<     return 1 if $dbmopened{$tree};
< 
<     unless (-f "
<