FreeBSD Bugzilla – Attachment 152487 Details for
Bug 197275
[patch] mail/dovecot2 startup script noise fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
dovecot2.diff (text/plain), 714 bytes, created by
Kurt Jaeger
on 2015-02-02 16:47:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-02-02 16:47:39 UTC
Size:
714 bytes
patch
obsolete
>diff -r -u -N mail/dovecot2/files/dovecot.in /usr/home/pi/myp/mail/dovecot2/files/dovecot.in >--- mail/dovecot2/files/dovecot.in 2014-12-12 21:25:04.000000000 +0100 >+++ /usr/home/pi/myp/mail/dovecot2/files/dovecot.in 2015-02-02 17:43:08.000000000 +0100 >@@ -52,7 +52,9 @@ > for config in ${dovecot_config}; do > required_files="${config}" > command_args="-c ${config}" >- base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') >- pidfile="${base_dir}/master.pid" >- run_rc_command "$1" >+ if [ -f ${config} ]; then >+ base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') >+ pidfile="${base_dir}/master.pid" >+ run_rc_command "$1" >+ 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 197275
: 152487