Re: set explicit permissions for various symlinks

2016-11-08 Thread Theo Buehler
On Tue, Nov 08, 2016 at 11:58:12AM -0800, Philip Guenther wrote: > On Tue, Nov 8, 2016 at 11:49 AM, Theo Buehler wrote: > > One more: all these symlinks get permissions dependent on the umask > > during make build, so set them explicitly to 755. I don't think there's > > enough of them to warrant

Re: set explicit permissions for various symlinks

2016-11-08 Thread Philip Guenther
On Tue, Nov 8, 2016 at 11:49 AM, Theo Buehler wrote: > One more: all these symlinks get permissions dependent on the umask > during make build, so set them explicitly to 755. I don't think there's > enough of them to warrant creating a SYMLINKMODE in bsd.own.mk. Meh. symlink mode has *no* effec

set explicit permissions for various symlinks

2016-11-08 Thread Theo Buehler
One more: all these symlinks get permissions dependent on the umask during make build, so set them explicitly to 755. I don't think there's enough of them to warrant creating a SYMLINKMODE in bsd.own.mk. Index: ./bin/chmod/Makefile =