[csw-pkgsubmissions] newpkgs tmux
Philip Brown
phil at opencsw.org
Mon May 17 19:04:37 CEST 2010
On Mon, May 17, 2010 at 9:36 AM, Maciej (Matchek) Blizinski
<maciej at opencsw.org> wrote:
> No dia 17 de Maio de 2010 17:23, Philip Brown <phil at opencsw.org> escreveu:
>> On Mon, May 17, 2010 at 3:54 AM, Maciej (Matchek) Blizinski
>>
>>> ...so it's not just "/opt/csw/man", it's "/opt/csw/man.*". Change
>>> 9903[1] turns the disallowed path entries into regexes in checkpkg.
>>>
>>
>> errr.. not sure why you are doing this. tmux's specific problem, was
>> /opt/csw/man/man1/tmux.1
>>
>> so, explicit "/opt/csw/man" there.
>
> Hum. This particular path wasn't present there, AFAIK. Here's what
> was in the prototype:
>
> d none /opt/csw/man/man1 0755 root bin
> f none /opt/csw/man/man1/tmux.1 0444 root bin
>
> I understood that anything under /opt/csw/man is a no-no.
>
right. I guess I'm just being picky about your regex. Which is
generally a good thing, to be picky about regex's ;-)
my checkpkg will pick up "/opt/csw/man/.*", whether or not there is an
explicit directory entry for "/opt/csw/man".
Mine will NOT pick up "/opt/csw/manatee". (I think). So it is not
strictly speaking,
"/opt/csw/man.*"
More information about the pkgsubmissions
mailing list