FreeBSD Bugzilla – Attachment 164089 Details for
Bug 205231
[patch] mail/dovecot2 FTS search - decode2text script / new option with new depends?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change paths from /usr/bin to /usr/local/bin
d2t.patch (text/plain), 866 bytes, created by
Andrej Ebert
on 2015-12-10 21:05:47 UTC
(
hide
)
Description:
Change paths from /usr/bin to /usr/local/bin
Filename:
MIME Type:
Creator:
Andrej Ebert
Created:
2015-12-10 21:05:47 UTC
Size:
866 bytes
patch
obsolete
>--- decode2text.sh.old 2015-12-10 19:25:55.000000000 +0100 >+++ decode2text.sh 2015-12-10 21:04:57.209206663 +0100 >@@ -79,16 +79,16 @@ > LANG=en_US.UTF-8 > export LANG > if [ $fmt = "pdf" ]; then >- /usr/bin/pdftotext $path - 2>/dev/null& >+ /usr/local/bin/pdftotext $path - 2>/dev/null& > wait_timeout 2>/dev/null > elif [ $fmt = "doc" ]; then >- (/usr/bin/catdoc $path; true) 2>/dev/null& >+ (/usr/local/bin/catdoc $path; true) 2>/dev/null& > wait_timeout 2>/dev/null > elif [ $fmt = "ppt" ]; then >- (/usr/bin/catppt $path; true) 2>/dev/null& >+ (/usr/local/bin/catppt $path; true) 2>/dev/null& > wait_timeout 2>/dev/null > elif [ $fmt = "xls" ]; then >- (/usr/bin/xls2csv $path; true) 2>/dev/null& >+ (/usr/local/bin/xls2csv $path; true) 2>/dev/null& > wait_timeout 2>/dev/null > elif [ $fmt = "odt" -o $fmt = "ods" -o $fmt = "odp" ]; then > xmlunzip "content.xml"
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 205231
:
164089
|
164115
|
164122
|
164123
|
164126
|
164128