http://bugzilla.opensuse.org/show_bug.cgi?id=1138214 http://bugzilla.opensuse.org/show_bug.cgi?id=1138214#c3 Christian Wittmer <chris@computersalat.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(suse-beta@cboltz. | |de) --- Comment #3 from Christian Wittmer <chris@computersalat.de> --- I did prepare a fix with: +if [[ -f %{_sysconfdir}/sysconfig/%{name} ]]; then + sed -i -e 's#^MAILGRAPH_OPTS=" -d -v"$#MAILGRAPH_OPTS=" -v"#'\ + -e 's#^MAILGRAPH_LOG_TYPE=""$#MAILGRAPH_LOG_TYPE="syslog"#'\ + -e 's#^MAILGRAPH_LOG_FILE=""#MAILGRAPH_LOG_FILE="/var/log/mail"#'\ + %{_sysconfdir}/sysconfig/%{name} +fi tested and working. Please check ... -- You are receiving this mail because: You are on the CC list for the bug.