--- ./etc/init.d/dhcp3-server.ORI 2006-10-17 16:40:07.000000000 +0200 +++ ./etc/init.d/dhcp3-server 2007-03-21 21:12:12.000000000 +0100 @@ -39,7 +39,7 @@ if ! /usr/sbin/dhcpd3 -t -cf $CONFIG_FILE > /dev/null 2>&1; then echo "dhcpd self-test failed. Please fix the config file." echo "The error was: " - /usr/sbin/dhcpd3 -t -q -cf $CONFIG_FILE + /usr/sbin/dhcpd3 -t -cf $CONFIG_FILE 2>&1| sed '1,4d' exit 1 fi }