We are going to want this for the df.
No functional change yet.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
our @flights;
our @sshopts= qw(-o batchmode=yes);
+$c{LogsPublish} =~ m/\:/ or die "$c{LogsPublish} ?";
+my ($pubhost, $pubdir) = ($`,$'); #';
+
for (;;) {
open P, "df --block-size=1M -P . |" or die $!;
$_= <P>;
die "age $age" if $age < $c{LogsMinExpireAge};
- $c{LogsPublish} =~ m/\:/ or die "$c{LogsPublish} ?";
- my ($pubhost, $pubdir) = ($`,$'); #';
-
printf "...";
my $spawn= sub {