mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Things
This commit is contained in:
parent
ad91aaf83e
commit
be5e62b23d
8
Yard.pm
8
Yard.pm
@ -501,8 +501,16 @@ sub space_check {
|
|||||||
my($total_bytes) = 0;
|
my($total_bytes) = 0;
|
||||||
my(%counted);
|
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);
|
my ($file);
|
||||||
foreach $file (keys %Included) {
|
foreach $file (keys %Included) {
|
||||||
|
|
||||||
|
print "$file -> $Included{$file} ... $hardlinked{$file}\n";
|
||||||
|
|
||||||
my($replacement, $devino);
|
my($replacement, $devino);
|
||||||
if ($replacement = $replaced_by{$file}) {
|
if ($replacement = $replaced_by{$file}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user