Re: rfv: install embedded perl files with mode 644

2007-07-04 Thread Marcus Rueckert
On 2007-07-03 21:26:08 +0200, Thomas Anders wrote: > I'm calling for votes to apply this to 5.4.1. as it is all my "fault": +1 :) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -

Re: rfv: install embedded perl files with mode 644

2007-07-04 Thread Dave Shield
On 03/07/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > The attached trivial patch makes sure these files get installed with > mode 644 instead of 755 > I'm calling for votes to apply this to 5.4.1. +1 Dave - This SF.net em

Re: rfv: install embedded perl files with mode 644

2007-07-03 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> I'm calling for votes to apply this to 5.4.1. Probably not needed at this point, but +1 -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Expres

Re: rfv: install embedded perl files with mode 644

2007-07-03 Thread Robert Story
On Tue, 03 Jul 2007 21:26:08 +0200 Thomas wrote: TA> The attached trivial patch makes sure these files get installed with TA> mode 644 instead of 755 (that's the only difference between $(INSTALL) TA> and $(INSTALL_DATA), see the top-level Makefile after having run TA> configure if you want to doub

rfv: install embedded perl files with mode 644

2007-07-03 Thread Thomas Anders
We're currently installing agent/snmp_perl.pl and apps/snmp_perl_trapd.pl as executables (mode 755), although they are not. They're used by snmpd/snmptrapd to initialize embedded Perl support. They *can not* be used as standalone scripts. rpmlint correctly complains about these files being install