]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/aix/inventory.sh
Import of OpenSSH 3.2.2p1
[gssapi-openssh.git] / openssh / contrib / aix / inventory.sh
index aa44ab9d4453999b96b4059d84fe63de89675f96..78df0d16e7a7ddb09ac9c59c156a2d580a4bda25 100755 (executable)
@@ -52,7 +52,7 @@ find . ! -name . -print | perl -ne '{
        } elsif ( -f $_ ) {
                # Entry is File
                print "\ttype=FILE\n";
-               print "\tsize=VOLATILE\n";
+               print "\tsize=$sz\n";
                print "\tchecksum=VOLATILE\n";
        } elsif ( -d $_ ) {
                # Entry is Directory
This page took 0.042328 seconds and 4 git commands to generate.