Accepting request 1035207 from network:dhcp
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1035207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=136
This commit is contained in:
commit
bb859b535f
@ -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>
|
Wed Oct 5 14:01:47 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -257,13 +257,13 @@ export CFLAGS LDFLAGS FFLAGS CXXFLAGS
|
|||||||
--enable-binary-leases \
|
--enable-binary-leases \
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
--with-ldapcrypto \
|
--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-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-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-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
|
--with-srv6-lease-file=%{_localstatedir}/lib/dhcp6/db/dhcpd6.leases
|
||||||
#
|
#
|
||||||
: building bind sources
|
: building bind sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user