FreeBSD Bugzilla – Attachment 174903 Details for
Bug 212788
[patch] mail/dovecot2 rc script change test -f to test -s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
better test parameter
dovecot2.diff (text/plain), 477 bytes, created by
Olli Hauer
on 2016-09-18 09:15:10 UTC
(
hide
)
Description:
better test parameter
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2016-09-18 09:15:10 UTC
Size:
477 bytes
patch
obsolete
>Index: files/dovecot.in >=================================================================== >--- files/dovecot.in (revision 422358) >+++ files/dovecot.in (working copy) >@@ -61,7 +61,7 @@ > for config in ${dovecot_config}; do > required_files="${config}" > command_args="-c ${config}" >- if [ -f ${config} ]; then >+ if [ -s ${config} ]; then > base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') > pidfile="${base_dir}/master.pid" > else
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 212788
: 174903