Bugzilla – Attachment 45584 Details for
Bug 15193
Perl scripts missing exec permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15193 - Perl scripts missing exec permission
Bug-15193---Perl-scripts-missing-exec-permission.patch (text/plain), 2.21 KB, created by
Jonathan Druart
on 2015-12-11 09:01:45 UTC
(
hide
)
Description:
Bug 15193 - Perl scripts missing exec permission
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-11 09:01:45 UTC
Size:
2.21 KB
patch
obsolete
>From b69a771dff57bd0274d939fe83c4ac291e35a27a Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 16 Nov 2015 13:07:07 +0100 >Subject: [PATCH] Bug 15193 - Perl scripts missing exec permission > >Some perl scripts have 644 permissions instead of 755. > >I think some are special like install-CPAN.pl. > >This patch corrects some common perl scripts. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > cataloguing/value_builder/marc21_linking_section.pl | 0 > cataloguing/value_builder/unimarc_field_100_authorities.pl | 0 > misc/cronjobs/nl-sync-from-koha.pl | 0 > misc/cronjobs/nl-sync-to-koha.pl | 0 > misc/cronjobs/social_data/get_report_social_data.pl | 0 > misc/cronjobs/social_data/update_social_data.pl | 0 > 6 files changed, 0 insertions(+), 0 deletions(-) > mode change 100644 => 100755 cataloguing/value_builder/marc21_linking_section.pl > mode change 100644 => 100755 cataloguing/value_builder/unimarc_field_100_authorities.pl > mode change 100644 => 100755 misc/cronjobs/nl-sync-from-koha.pl > mode change 100644 => 100755 misc/cronjobs/nl-sync-to-koha.pl > mode change 100644 => 100755 misc/cronjobs/social_data/get_report_social_data.pl > mode change 100644 => 100755 misc/cronjobs/social_data/update_social_data.pl > >diff --git a/cataloguing/value_builder/marc21_linking_section.pl b/cataloguing/value_builder/marc21_linking_section.pl >old mode 100644 >new mode 100755 >diff --git a/cataloguing/value_builder/unimarc_field_100_authorities.pl b/cataloguing/value_builder/unimarc_field_100_authorities.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/nl-sync-from-koha.pl b/misc/cronjobs/nl-sync-from-koha.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/nl-sync-to-koha.pl b/misc/cronjobs/nl-sync-to-koha.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/social_data/get_report_social_data.pl b/misc/cronjobs/social_data/get_report_social_data.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/social_data/update_social_data.pl b/misc/cronjobs/social_data/update_social_data.pl >old mode 100644 >new mode 100755 >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15193
:
44874
|
45348
| 45584