Re: Questions about staging

2014-01-27 Thread Matthew Seaman
On 01/27/14 14:51, Montgomery-Smith, Stephen wrote: > So it would only be necessary to do this if you want to set ownership > to anything other than root:wheel, since the pkg install program > should automatically set things to root:wheel anyway? (Because things > installed the usual "make install

Re: Questions about staging

2014-01-27 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2014 01:07 AM, Matthew Seaman wrote: > On 27/01/2014 00:38, Montgomery-Smith, Stephen wrote: >> I am looking at this part of >> https://wiki.freebsd.org/ports/StageDir >> >> Replace commands like ${CHMOD} ... and ${INSTALL_PROGRAM} -m mode >>

Re: Questions about staging

2014-01-26 Thread Matthew Seaman
On 27/01/2014 00:38, Montgomery-Smith, Stephen wrote: > I am looking at this part of https://wiki.freebsd.org/ports/StageDir > > Replace commands like ${CHMOD} ... and ${INSTALL_PROGRAM} -m mode -o > user -g group with corresponding pkg-plist entries: @mode mode, @owner > user, @group group. > /!\

Questions about staging

2014-01-26 Thread Montgomery-Smith, Stephen
I am looking at this part of https://wiki.freebsd.org/ports/StageDir Replace commands like ${CHMOD} ... and ${INSTALL_PROGRAM} -m mode -o user -g group with corresponding pkg-plist entries: @mode mode, @owner user, @group group. /!\ These operators work until being overridden, or until the end of