Package: fai-client
Version: 2.10.2
Severity: normal
The dry-run option by setting the environment variable $FCOPY_DRYRUN does not
work correctly and
it actually copies files and directories, while the -n option of fcopy works
correctly.
This comes from the variable $opt_n is not set by the environment variable
$FCOPY_DRYRUN,
in line 408 of /usr/sbin/fcopy
--
getopts('Ms:t:rm:vidDc:C:hF:lL:P:Bb:I:Un');
$opt_h && usage;
$opt_n || $ENV{FCOPY_DRYRUN} and warn "Dry-run only! Nothing is really
executed.\n";
--
Takaaki Aoki
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]