Bugzilla – Attachment 141844 Details for
Bug 31776
Typo in cleanup_database.pl cron's help/usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31776: Fix a typo in cleanup_database.pl cronjob's help/usage
Bug-31776-Fix-a-typo-in-cleanupdatabasepl-cronjobs.patch (text/plain), 1.35 KB, created by
David Nind
on 2022-10-13 20:37:49 UTC
(
hide
)
Description:
Bug 31776: Fix a typo in cleanup_database.pl cronjob's help/usage
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-13 20:37:49 UTC
Size:
1.35 KB
patch
obsolete
>From 80b03d5fd02857e1b285c7eac1cb595bff1d29e5 Mon Sep 17 00:00:00 2001 >From: Petro Vashchuk <stalkernoid@gmail.com> >Date: Thu, 13 Oct 2022 17:37:24 +0300 >Subject: [PATCH] Bug 31776: Fix a typo in cleanup_database.pl cronjob's > help/usage > >cleanup_database.pl cronjob has a typo in it's usage/help: >"preserve-logs" option should be "preserve-log" as it is everywhere >in the code. > >Signed-off-by: David Nind <david@davidnind.com> >--- > misc/cronjobs/cleanup_database.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index 96248b7b52..f13b6d7f7f 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -75,7 +75,7 @@ Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] > In the case of --fees, DAYS must be greater than > or equal to 1. > --log-modules Specify which action log modules to trim. Repeatable. >- --preserve-logs Specify which action logs to exclude. Repeatable. >+ --preserve-log Specify which action logs to exclude. Repeatable. > --logs DAYS purge entries from action_logs older than DAYS days. > Defaults to 180 days if no days specified. > --searchhistory DAYS purge entries from search_history older than DAYS days. >-- >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 31776
:
141826
|
141844
|
141917
|
141954