SHA256
1
0
forked from pool/dhcp

Accepting request 235641 from network:dhcp

- added necessary macros for systemd files (forwarded request 234944 from jsegitz)

OBS-URL: https://build.opensuse.org/request/show/235641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=90
This commit is contained in:
Stephan Kulow 2014-06-01 16:57:03 +00:00 committed by Git OBS Bridge
commit 1a5b9fa214
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 21 08:34:07 UTC 2014 - jsegitz@novell.com
- added necessary macros for systemd files
-------------------------------------------------------------------
Thu Apr 24 08:24:38 UTC 2014 - dmueller@suse.com

View File

@ -474,6 +474,10 @@ popd
%pre server
/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||:
%if %{with systemd}
%service_add_pre dhcpd.service
%service_add_pre dhcpd6.service
%endif
%post server
%if %{with systemd}