The Answer to All Man's Problems (patch for cfman)
Tom Christiansen
tchrist at convex.COM
Fri Jan 11 01:25:41 AEST 1991
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 "
<
More information about the Alt.sources.patches
mailing list