More stuff

This commit is contained in:
Eric Andersen
1999-10-13 18:01:10 +00:00
parent 5de3065f58
commit c6cb79dedf
17 changed files with 279 additions and 963 deletions

View File

@ -48,9 +48,9 @@ static int fileAction(const char *fileName)
((chownApp==TRUE)? uid: statBuf.st_uid),
gid) < 0)) {
perror(fileName);
return( TRUE);
return( FALSE);
}
return( FALSE);
return( TRUE);
}
int chown_main(int argc, char **argv)