mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 20:10:10 +01:00
Fix the DHCP lease directory location for suse.
This commit is contained in:
parent
b41f612c73
commit
9742b46122
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
|||
|
||||
#if defined(TARGET_DEBIAN)
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhcp3"
|
||||
#elif defined(TARGET_SUSE)
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhcp"
|
||||
#else
|
||||
#define NM_DHCP_MANAGER_LEASE_DIR LOCALSTATEDIR "/lib/dhclient"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue