[Koha-bugs] [Bug 15193] New: Perl scripts missing exec permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 16 13:06:34 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15193

            Bug ID: 15193
           Summary: Perl scripts missing exec permission
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

Some perl scripts have 644 permissions instead of 755.

I think some are special like install-CPAN.pl but others are incorrect for no
reason :

$ find . -name '*.pl' -exec ls -l {} \; | grep -v "rwx"
-rw-rw-r-- 1 fsomers fsomers 4679 oct.  29 15:12
./misc/cronjobs/nl-sync-from-koha.pl
-rw-rw-r-- 1 fsomers fsomers 5697 oct.  29 15:12
./misc/cronjobs/nl-sync-to-koha.pl
-rw-rw-r-- 1 fsomers fsomers 13064 oct.  29 15:12
./misc/load_testing/benchmark_staff.pl
-rw-rw-r-- 1 fsomers fsomers 913 juil. 28 15:17
./selenium/PERL/Members/AddMember.pl
-rw-rw-r-- 1 fsomers fsomers 1287 juil. 28 15:17
./selenium/PERL/Members/FilterMembers.pl
-rw-rw-r-- 1 fsomers fsomers 1020 juil. 28 15:17
./selenium/PERL/Members/Searchmember.pl
-rw-rw-r-- 1 fsomers fsomers 10593 oct.  29 15:12
./koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl
-rw-r--r-- 1 fsomers fsomers 266 nov.  13 12:28 ./kohaversion.pl
-rw-r--r-- 1 fsomers fsomers 1529 nov.  10 16:54 ./install-CPAN.pl
-rw-r--r-- 1 fsomers fsomers 3455 nov.  10 16:54
./cataloguing/value_builder/unimarc_field_100_authorities.pl
-rw-r--r-- 1 fsomers fsomers 11552 nov.  13 12:28
./cataloguing/value_builder/marc21_linking_section.pl
-rw-r--r-- 1 fsomers fsomers 5082 nov.  10 16:54
./cataloguing/value_builder/EXAMPLE.pl

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list