From be5e62b23def73e5422a4d6303da9ee546004102 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 8 Nov 2000 04:08:13 +0000 Subject: [PATCH] Things --- Yard.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Yard.pm b/Yard.pm index 1d4bfeb..08b858a 100644 --- a/Yard.pm +++ b/Yard.pm @@ -501,8 +501,16 @@ sub space_check { my($total_bytes) = 0; my(%counted); + # %Included synopsis + # /path/file (1|symlink) + # %replaced_by /path/file /path/file .. <= + # %links_to /path/file-symnlink actual-file + # %hardlinked /path/file dev/inode -> stat() + my ($file); foreach $file (keys %Included) { + + print "$file -> $Included{$file} ... $hardlinked{$file}\n"; my($replacement, $devino); if ($replacement = $replaced_by{$file}) {