FreeBSD Bugzilla – Attachment 242537 Details for
Bug 271767
mail/exim: error in 150.exim-tidydb script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix error
150.exim-tidydb.patch (text/plain), 488 bytes, created by
Alexander Sheiko
on 2023-06-01 15:39:31 UTC
(
hide
)
Description:
Patch to fix error
Filename:
MIME Type:
Creator:
Alexander Sheiko
Created:
2023-06-01 15:39:31 UTC
Size:
488 bytes
patch
obsolete
>--- 150.exim-tidydb.orig 2023-06-01 18:22:16.685797000 +0300 >+++ 150.exim-tidydb 2023-06-01 18:24:06.922685000 +0300 >@@ -25,7 +25,7 @@ > [ "$db" = "$exim_dbdir/db/*.lockfile" ] && continue > echo > db_name=`basename "$db" .lockfile` >- if [ -e "${exim_dbdir}/db/${db_name}" ]; then >+ if [ -e "${exim_dbdir}/db/${db_name}.db" ]; then > "$exim_tidydb" "$exim_dbdir" "$db_name" > fi > done
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
Attachments on
bug 271767
: 242537