SHA256
1
0
forked from pool/dhcp

Accepting request 1031576 from home:gmbr3:Active

- Use %_rundir

OBS-URL: https://build.opensuse.org/request/show/1031576
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=253
This commit is contained in:
Jorik Cronenberg 2022-11-11 10:29:12 +00:00 committed by Git OBS Bridge
parent 635ee34503
commit bacea423ec
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 27 15:30:26 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Use %_rundir
-------------------------------------------------------------------
Wed Oct 5 14:01:47 UTC 2022 - Reinhard Max <max@suse.com>

View File

@ -257,13 +257,13 @@ export CFLAGS LDFLAGS FFLAGS CXXFLAGS
--enable-binary-leases \
--with-ldap \
--with-ldapcrypto \
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
--with-cli-pid-file=%{_rundir}/dhclient.pid \
--with-cli-lease-file=%{_localstatedir}/lib/dhcp/dhclient.leases \
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
--with-cli6-pid-file=%{_rundir}/dhclient6.pid \
--with-cli6-lease-file=%{_localstatedir}/lib/dhcp6/dhclient.leases \
--with-srv-pid-file=%{_localstatedir}/run/dhcpd.pid \
--with-srv-pid-file=%{_rundir}/dhcpd.pid \
--with-srv-lease-file=%{_localstatedir}/lib/dhcp/db/dhcpd.leases \
--with-srv6-pid-file=%{_localstatedir}/run/dhcpd6.pid \
--with-srv6-pid-file=%{_rundir}/dhcpd6.pid \
--with-srv6-lease-file=%{_localstatedir}/lib/dhcp6/db/dhcpd6.leases
#
: building bind sources