fix comment in default dhcpd[6].conf

This commit is contained in:
Jiri Popelka 2015-06-30 17:49:22 +02:00
parent 83597a34c7
commit 5fe3b160c0

View File

@ -495,7 +495,7 @@ EOF
%{__cat} << EOF > %{buildroot}%{dhcpconfdir}/dhcpd.conf
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp/dhcpd.conf.example
# see /usr/share/doc/dhcp-server/dhcpd.conf.example
# see dhcpd.conf(5) man page
#
EOF
@ -504,7 +504,7 @@ EOF
%{__cat} << EOF > %{buildroot}%{dhcpconfdir}/dhcpd6.conf
#
# DHCPv6 Server Configuration file.
# see /usr/share/doc/dhcp/dhcpd6.conf.example
# see /usr/share/doc/dhcp-server/dhcpd6.conf.example
# see dhcpd.conf(5) man page
#
EOF