Bart Smaalders wrote:
>
> I'm working on getting wireshark integrated into sfw.... and I'm
> wondering:
I was out so hopefully this doesn't contradict anything anyone
else has said :)
> Given that we normally run builds as non-root, is it still important
> that root builds install w/ the correct owners and modes?
owners/groups no, the build doesn't check that anymore. permissions do
get checked though. I'm not sure how useful that is anymore but it's
still a restriction (though I suppose it does help find silly modes
if files in the proto area become unreadable by yourself :)
>
> I'm wondering because I can use DESTDIR to install using the
> install target in the package, but the modes/owners don't
> match Solaris defaults when run as root.
>
> Given that wireshark installs some 170+ files, I'd much
> prefer not to cons up my own install target.
>
> Thoughts?
Norm has some changes that extract the permissions from the packages
and fixes up the proto area. That might be worth looking at.
Mike