add text version of install(1)

This commit is contained in:
rsc 2005-11-28 16:36:57 +00:00
parent efea318b2e
commit bdbc55d352
8 changed files with 96 additions and 6 deletions

View file

@ -145,6 +145,8 @@ initpart(char *name, int mode)
if(hi == 0)
hi = dir->length;
part->size = hi - part->offset;
fprint(2, "part %s: file %s offset %,lld size %,lld\n",
name, file, part->offset, part->size);
#ifdef CANBLOCKSIZE
{
struct statfs sfs;