mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 16:30:07 +01:00
dhcp: use correct leasefile location on Mandriva
This commit is contained in:
parent
cfb2b72dc6
commit
f4c1a52876
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#if defined(TARGET_DEBIAN)
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhcp3"
|
||||
#elif defined(TARGET_SUSE)
|
||||
#elif defined(TARGET_SUSE) || defined(TARGET_MANDRIVA)
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhcp"
|
||||
#else
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhclient"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue