Re: bin/chmod: set owner of symlinks

2016-09-11 Thread Alexander Hall
On Sat, Sep 10, 2016 at 01:46:05PM -0700, Philip Guenther wrote: > On Sat, 10 Sep 2016, Martin Natano wrote: > > When building with noperm the symlinks end up with the build user as > > owner instead of root. Ok? > ... > > --- bin/chmod/Makefile 6 Sep 2001 18:52:55 - 1.7 > > +++ bin/

Re: bin/chmod: set owner of symlinks

2016-09-10 Thread Philip Guenther
On Sat, 10 Sep 2016, Martin Natano wrote: > When building with noperm the symlinks end up with the build user as > owner instead of root. Ok? ... > --- bin/chmod/Makefile6 Sep 2001 18:52:55 - 1.7 > +++ bin/chmod/Makefile10 Sep 2016 17:31:05 - > @@ -10,9 +10,11 @@ LINKS

bin/chmod: set owner of symlinks

2016-09-10 Thread Martin Natano
When building with noperm the symlinks end up with the build user as owner instead of root. Ok? natano Index: bin/chmod/Makefile === RCS file: /cvs/src/bin/chmod/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- bin/c