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:
commit
1a5b9fa214
@ -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
|
Thu Apr 24 08:24:38 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -474,6 +474,10 @@ popd
|
|||||||
|
|
||||||
%pre server
|
%pre server
|
||||||
/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||:
|
/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
|
%post server
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
|
Loading…
Reference in New Issue
Block a user