Bugzilla – Attachment 123941 Details for
Bug 28872
AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28872: (QA follow-up) Update printed messaged, fix file permissions
Bug-28872-QA-follow-up-Update-printed-messaged-fix.patch (text/plain), 1.18 KB, created by
Kyle M Hall (khall)
on 2021-08-18 11:50:29 UTC
(
hide
)
Description:
Bug 28872: (QA follow-up) Update printed messaged, fix file permissions
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-08-18 11:50:29 UTC
Size:
1.18 KB
patch
obsolete
>From 2804bf4000e25a7080aaa388e5e8981c6502f901 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 18 Aug 2021 07:32:59 -0400 >Subject: [PATCH] Bug 28872: (QA follow-up) Update printed messaged, fix file > permissions > >--- > .../data/mysql/atomicupdate/bug_28872_update_log_values.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >old mode 100644 >new mode 100755 >index 4ee8b75e3e..cdae98e847 >--- a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >+++ b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl >@@ -11,6 +11,6 @@ use Modern::Perl; > $dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); > > # Print useful stuff here >- say $out "Update is going well so far"; >+ say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog"; > }, > } >-- >2.30.1 (Apple Git-130)
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 28872
:
123880
|
123911
|
123921
|
123940
|
123941
|
123942
|
123956
|
123957
|
123958