View | Details | Raw Unified | Return to bug 205761
Collapse All | Expand All

(-)files/dovecot.in (-1 / +1 lines)
Lines 55-60 Link Here
55
	if [ -f ${config} ]; then
55
	if [ -f ${config} ]; then
56
		base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }')
56
		base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }')
57
		pidfile="${base_dir}/master.pid"
57
		pidfile="${base_dir}/master.pid"
58
		run_rc_command "$1"
59
	fi
58
	fi
59
	run_rc_command "$1"
60
done
60
done

Return to bug 205761