File apport-fix_fail_msg.diff of Package apport
--- apport.init.opensuse +++ apport.init.opensuse @@ -39,7 +39,7 @@ { if ! apport_is_enabled; then [ -e /var/crash ] || { - log_failure_msg "There is /var/crash directory missing in your system"; + log_failure_msg "The directory /var/crash does not exist in your system"; exit 2; } cat $PATFILE > $OLDPAT echo "|$AGENT %p %s %c" > /proc/sys/kernel/core_pattern