Bugzilla – Attachment 34083 Details for
Bug 13377
automatic_renewals.pl not marked executable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13377: mark automatic_renewals.pl as executable
Bug-13377-mark-automaticrenewalspl-as-executable.patch (text/plain), 1.07 KB, created by
Robin Sheat
on 2014-12-03 04:43:44 UTC
(
hide
)
Description:
Bug 13377: mark automatic_renewals.pl as executable
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-12-03 04:43:44 UTC
Size:
1.07 KB
patch
obsolete
>From 31e3b306310943ada227e6e6a898faf628423509 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 3 Dec 2014 16:28:10 +1300 >Subject: [PATCH] Bug 13377: mark automatic_renewals.pl as executable > >This script is called by a cron job, but was never marked as executable, >so will error every time it's called, which is no good. This also adds >an appropriate #! line to the top of the file. > >To test: >* apply the patch >* make a package >* ensure that the installed > /usr/share/koha/bin/cronjobs/automatic_renewals.pl > is mode 755 and does something when run. >--- > misc/cronjobs/automatic_renewals.pl | 2 ++ > 1 file changed, 2 insertions(+) > mode change 100644 => 100755 misc/cronjobs/automatic_renewals.pl > >diff --git a/misc/cronjobs/automatic_renewals.pl b/misc/cronjobs/automatic_renewals.pl >old mode 100644 >new mode 100755 >index 1ecfc47..f96e00c >--- a/misc/cronjobs/automatic_renewals.pl >+++ b/misc/cronjobs/automatic_renewals.pl >@@ -1,3 +1,5 @@ >+#!/usr/bin/perl >+ > # This file is part of Koha. > # > # Copyright (C) 2014 Hochschule für Gesundheit (hsg), Germany >-- >1.9.1
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 13377
:
34081
|
34082
| 34083