FreeBSD Bugzilla – Attachment 219266 Details for
Bug 250691
mail/fetchmail: Bad -c option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
1st attempt at fixing the script
patch-files_fetchmail.in (text/plain), 546 bytes, created by
Matthias Andree
on 2020-10-31 23:29:41 UTC
(
hide
)
Description:
1st attempt at fixing the script
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2020-10-31 23:29:41 UTC
Size:
546 bytes
patch
obsolete
>Index: files/fetchmail.in >=================================================================== >--- files/fetchmail.in (revision 553703) >+++ files/fetchmail.in (working copy) >@@ -116,7 +116,7 @@ > # query a value from the fetchmail config file, value specified in first argument > fetchmail_dump_config() > { >- su -m ${fetchmail_user} -c sh -c "fetchmail -f ${fetchmail_config} --configdump" | fgrep $1 | cut -d: -f2 >+ su -m ${fetchmail_user} -c "/bin/sh -c 'fetchmail -f ${fetchmail_config} --configdump'" | fgrep $1 | cut -d: -f2 > } > > # arguments:
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
Flags:
chalpin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 250691
:
219203
| 219266