add After=time-sync.target to dhcpd[6].service (#878293)

This commit is contained in:
Jiri Popelka 2012-11-26 12:26:42 +01:00
parent b037bb1885
commit 0f768b61dd
3 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,7 @@
Summary: Dynamic host configuration protocol software Summary: Dynamic host configuration protocol software
Name: dhcp Name: dhcp
Version: 4.2.4 Version: 4.2.4
Release: 21.%{patchver}%{?dist} Release: 22.%{patchver}%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and # dcantrell maintaining the package) made incorrect use of the epoch and
# that's why it is at 12 now. It should have never been used, but it was. # that's why it is at 12 now. It should have never been used, but it was.
@ -81,7 +81,6 @@ Patch46: dhcp-4.2.4-P2-dupl-key.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: groff
BuildRequires: libtool BuildRequires: libtool
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: libcap-ng-devel BuildRequires: libcap-ng-devel
@ -563,6 +562,10 @@ fi
%changelog %changelog
* Mon Nov 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-22.P2
- add After=time-sync.target to dhcpd[6].service (#878293)
- remove groff from BuildRequires (no idea why it's been there)
* Fri Nov 16 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-21.P2 * Fri Nov 16 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-21.P2
- multiple key statements in zone definition causes inappropriate error (#873794) - multiple key statements in zone definition causes inappropriate error (#873794)

View File

@ -2,6 +2,7 @@
Description=DHCPv4 Server Daemon Description=DHCPv4 Server Daemon
Documentation=man:dhcpd(8) man:dhcpd.conf(5) Documentation=man:dhcpd(8) man:dhcpd.conf(5)
After=network.target After=network.target
After=time-sync.target
[Service] [Service]
ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid

View File

@ -2,6 +2,7 @@
Description=DHCPv6 Server Daemon Description=DHCPv6 Server Daemon
Documentation=man:dhcpd(8) man:dhcpd.conf(5) Documentation=man:dhcpd(8) man:dhcpd.conf(5)
After=network.target After=network.target
After=time-sync.target
[Service] [Service]
ExecStart=/usr/sbin/dhcpd -f -6 -cf /etc/dhcp/dhcpd6.conf -user dhcpd -group dhcpd --no-pid ExecStart=/usr/sbin/dhcpd -f -6 -cf /etc/dhcp/dhcpd6.conf -user dhcpd -group dhcpd --no-pid