diff -Naur check_mk-1.2.0p3.orig/setup.sh check_mk-1.2.0p3/setup.sh --- check_mk-1.2.0p3.orig/setup.sh 2012-09-27 10:11:30.000000000 +0200 +++ check_mk-1.2.0p3/setup.sh 2012-12-19 15:16:52.331599526 +0100 @@ -817,7 +817,8 @@ sed -i "s@$web_dir@$web_dir/htdocs@g" $d fi done && - create_sudo_configuration && + # disabled modification of /etc/sudoers because of ebuild access violation + # create_sudo_configuration && if [ -z "$YES" ] ; then echo -e "Installation completed successfully.\nPlease restart Nagios and Apache in order to update/active check_mk's web pages." echo