fcopy and hooks
Thomas Lange
lange at informatik.uni-koeln.de
Thu Feb 4 22:13:48 CET 2010
>>>>> On Thu, 4 Feb 2010 16:07:14 -0500, David Ward <ansona10 at gmail.com> said:
> variables.log shows all expected classes, however fcopy -D shows only some
> of them. I'll have a look at the fcopy source.
There are two line in fcopy that print a class information.
warn "using class: $class\n" if $debug;
This line only prints the class if a file name with the same class
name is available.
warn join ' ','Classes:', at classes,"\n" if $debug;
This line should print the list of all classes.
--
regards Thomas
More information about the linux-fai
mailing list