feature(install) - add group & owner support + a refactor - #1641
Conversation
|
@rivy @Arcterus @nbraud In this PR, I would like to use the actual binary name instead of uucore. Otherwise, it causes unexpected output and test failure like: Any idea how to fix that? thanks |
Yeah, don't implement it as a straight copy of the code... avoid UI I/O within |
|
@sylvestre , I know I read something about why you wanted to do this... but I can't find the email/post. |
@rivy because the "install" command can change the ownership & group of a file. As we are already doing this for chgrp & chown, I think it would be better to have it uucore and make them reusable by both programs. |
I was hoping for something easier but you are right, I will do that, thanks :) |
…t into install Will move chown later
…wner support use it
For this, move the chown & chgrp functions to uucore
As we need this feature for install too