Bugzilla – Attachment 68511 Details for
Bug 18913
Allow symbolic link in /etc/koha/sites
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18913 - Allows symbolic link in /etc/koha/sites
Bug-18913---Allows-symbolic-link-in-etckohasites.patch (text/plain), 1.07 KB, created by
Mark Tompsett
on 2017-10-25 02:01:04 UTC
(
hide
)
Description:
Bug 18913 - Allows symbolic link in /etc/koha/sites
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-10-25 02:01:04 UTC
Size:
1.07 KB
patch
obsolete
>From 01c0e4989ca6c089933d6dfe9ffd351626f9016f Mon Sep 17 00:00:00 2001 >From: Pongtawat C <pongtawat@punsarn.asia> >Date: Sun, 9 Jul 2017 23:34:17 +0700 >Subject: [PATCH] Bug 18913 - Allows symbolic link in /etc/koha/sites > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > debian/scripts/koha-functions.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/scripts/koha-functions.sh b/debian/scripts/koha-functions.sh >index 256ae2b..6e189b6 100755 >--- a/debian/scripts/koha-functions.sh >+++ b/debian/scripts/koha-functions.sh >@@ -104,7 +104,7 @@ is_instance() > { > local instancename=$1 > >- if find /etc/koha/sites -mindepth 1 -maxdepth 1 \ >+ if find -L /etc/koha/sites -mindepth 1 -maxdepth 1 \ > -type d -printf '%f\n'\ > | grep -q -x "$instancename" ; then > return 0 >@@ -239,7 +239,7 @@ adjust_paths_dev_install() > > get_instances() > { >- find /etc/koha/sites -mindepth 1 -maxdepth 1\ >+ find -L /etc/koha/sites -mindepth 1 -maxdepth 1\ > -type d -printf '%f\n' | sort > } > >-- >2.1.4
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 18913
:
64935
|
68511
|
71939