Bugzilla – Attachment 148606 Details for
Bug 31729
Enable automatic filesystem refresh in Plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31729: move $tmpfile to /tmp dir, and add {}
Bug-31729-move-tmpfile-to-tmp-dir-and-add-.patch (text/plain), 806 bytes, created by
Mason James
on 2023-03-23 11:49:58 UTC
(
hide
)
Description:
Bug 31729: move $tmpfile to /tmp dir, and add {}
Filename:
MIME Type:
Creator:
Mason James
Created:
2023-03-23 11:49:58 UTC
Size:
806 bytes
patch
obsolete
>From 7d2fdffc376a6a82eeaf3af89394bf069fad8f0f Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 24 Mar 2023 00:43:58 +1300 >Subject: [PATCH] Bug 31729: move $tmpfile to /tmp dir, and add {} > >--- > debian/scripts/koha-watcher | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/scripts/koha-watcher b/debian/scripts/koha-watcher >index bc3a6959de..fe855b8d1a 100755 >--- a/debian/scripts/koha-watcher >+++ b/debian/scripts/koha-watcher >@@ -59,8 +59,8 @@ elif [ -z "$instance" ]; then > exit > fi > >-tmpfile="/var/log/koha/$instance/koha-watcher.tmp" >-logfile="/var/log/koha/$instance/plack-error.log" >+tmpfile="/tmp/koha-watcher_${instance}.tmp" >+logfile="/var/log/koha/${instance}/plack-error.log" > > # watch perl files in a dir > watch_dir() { >-- >2.30.2
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 31729
:
141577
|
141578
|
141596
|
141597
|
141598
|
141714
|
141715
|
141716
|
142043
|
142044
|
142050
|
148600
|
148602
|
148603
|
148606
|
148612
|
148613
|
148720
|
154542
|
154601
|
154605
|
154676
|
154677