Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:D
dhcp
0001-dhcp-4.1.1-default-paths.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-dhcp-4.1.1-default-paths.patch of Package dhcp
From b6ba495cc0b6f578a5cc444af39cab424f63d996 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski <mt@suse.de> Date: Thu, 18 Aug 2011 09:50:30 +0200 Subject: [PATCH] dhcp-4.1.1-default-paths --- includes/dhcpd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/dhcpd.h b/includes/dhcpd.h index b0f73fb..5830bdb 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1420,11 +1420,11 @@ typedef unsigned char option_mask [16]; #endif /* DEBUG */ #ifndef _PATH_DHCPD_DB -#define _PATH_DHCPD_DB LOCALSTATEDIR"/db/dhcpd.leases" +#define _PATH_DHCPD_DB LOCALSTATEDIR"/lib/dhcp/db/dhcpd.leases" #endif #ifndef _PATH_DHCPD6_DB -#define _PATH_DHCPD6_DB LOCALSTATEDIR"/db/dhcpd6.leases" +#define _PATH_DHCPD6_DB LOCALSTATEDIR"/lib/dhcp6/db/dhcpd6.leases" #endif #ifndef _PATH_DHCPD_PID @@ -1454,11 +1454,11 @@ typedef unsigned char option_mask [16]; #endif #ifndef _PATH_DHCLIENT_DB -#define _PATH_DHCLIENT_DB LOCALSTATEDIR"/db/dhclient.leases" +#define _PATH_DHCLIENT_DB LOCALSTATEDIR"/lib/dhcp/dhclient.leases" #endif #ifndef _PATH_DHCLIENT6_DB -#define _PATH_DHCLIENT6_DB LOCALSTATEDIR"/db/dhclient6.leases" +#define _PATH_DHCLIENT6_DB LOCALSTATEDIR"/lib/dhcp6/dhclient6.leases" #endif #ifndef _PATH_RESOLV_CONF -- 1.8.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor