Removed unneccessary output from dhcp startup on OpenBSD.

This commit is contained in:
Timo Mkinen 2010-01-12 00:09:39 +02:00
parent 3cc7f9a30f
commit bf4ad72690

View file

@ -60,7 +60,7 @@ class dhcp::server {
Service["dhcpd"] { Service["dhcpd"] {
name => "isc-dhcpd", name => "isc-dhcpd",
binary => "/usr/local/sbin/dhcpd", binary => "/usr/local/sbin/dhcpd",
start => "/usr/local/sbin/dhcpd > /dev/null", start => "/usr/local/sbin/dhcpd -q",
} }
} }
} }